Searched refs:AS_GNU (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | AttributeList.cpp | 116 bool IsGNU = SyntaxUsed == AttributeList::AS_GNU || in normalizeAttrName()
|
D | SemaType.cpp | 4640 /*args*/ &Args, 1, AttributeList::AS_GNU); in transferARCOwnershipToDeclaratorChunk()
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 99 AS_GNU, enumerator
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 158 AttributeList::AS_GNU); in ParseGNUAttributes() 165 SourceLocation(), AttributeList::AS_GNU, D); in ParseGNUAttributes() 1251 nullptr, SourceLocation(), AttributeList::AS_GNU, in ParseLexedAttribute() 1265 nullptr, SourceLocation(), AttributeList::AS_GNU, in ParseLexedAttribute()
|