Searched refs:AS_GNU (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | AttributeList.cpp | 102 AttributeList::AS_GNU); in createIntegerAttribute()
|
D | SemaType.cpp | 2885 /*args*/ 0, 0, AttributeList::AS_GNU); in transferARCOwnershipToDeclaratorChunk()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 161 0, SourceLocation(), 0, 0, AttributeList::AS_GNU); in ParseGNUAttributes() 283 AttributeList::AS_GNU); in ParseGNUAttributeArgs() 479 SourceLocation(), 0, 0, AttributeList::AS_GNU); in ParseOpenCLAttributes() 815 AttributeList::AS_GNU); in ParseAvailabilityAttribute() 1026 ArgExprs.data(), ArgExprs.size(), AttributeList::AS_GNU); in ParseThreadSafetyAttribute() 1089 MustBeNull, AttributeList::AS_GNU); in ParseTypeTagForDatatypeAttribute() 2085 AttributeList::AS_GNU); in ParseAlignmentSpecifier() 2489 SourceLocation(), 0, 0, AttributeList::AS_GNU); in ParseDeclarationSpecifiers()
|
D | ParseDeclCXX.cpp | 925 SourceLocation(), 0, 0, AttributeList::AS_GNU); in ParseMicrosoftInheritanceClassAttributes()
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 59 AS_GNU, enumerator
|