Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/docs/analyzer/checkers/
H A Dseckeychainapi_example.m52 SecKeychainAttributeList *attrList = 0;
58 itemClass, &attrList,
61 SecKeychainItemFreeContent(attrList, outData);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp1792 const ParsedAttributesView &attrList) { in ActOnForwardProtocolDeclaration() argument
1806 ProcessDeclAttributeList(TUScope, PDecl, attrList); in ActOnForwardProtocolDeclaration()
H A DSemaType.cpp613 ParsedAttributesView &attrList, QualType &declSpecType) { in distributeFunctionTypeAttrToInnermost() argument
621 moveAttrFromListToList(attr, attrList, chunk.getAttrs()); in distributeFunctionTypeAttrToInnermost()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10265 const ParsedAttributesView &attrList);