Home
last modified time | relevance | path

Searched refs:attrList (Results 1 – 4 of 4) sorted by relevance

/src/crypto/heimdal/lib/hx509/
H A Dks_keychain.c515 SecKeychainAttributeList attrList; in keychain_iter() local
521 attrList.count = 1; in keychain_iter()
522 attrList.attr = &attrKeyid; in keychain_iter()
526 &attrList, in keychain_iter()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h323 const ParsedAttributesView &attrList);
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1788 const ParsedAttributesView &attrList) { in ActOnForwardProtocolDeclaration() argument
1802 SemaRef.ProcessDeclAttributeList(SemaRef.TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
H A DSemaType.cpp637 ParsedAttributesView &attrList, QualType &declSpecType, in distributeFunctionTypeAttrToInnermost() argument
646 moveAttrFromListToList(attr, attrList, chunk.getAttrs()); in distributeFunctionTypeAttrToInnermost()