Searched refs:AS_GNU (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | AttributeList.cpp | 104 AttributeList::AS_GNU); in createIntegerAttribute()
|
D | SemaType.cpp | 3246 /*args*/ 0, 0, AttributeList::AS_GNU); in transferARCOwnershipToDeclaratorChunk()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 164 0, SourceLocation(), AttributeList::AS_GNU); in ParseGNUAttributes() 168 0, SourceLocation(), 0, 0, AttributeList::AS_GNU); in ParseGNUAttributes() 969 AttributeList::AS_GNU); in ParseAvailabilityAttribute() 1084 0, SourceLocation(), AttributeList::AS_GNU); in ParseLexedAttribute() 1097 0, SourceLocation(), AttributeList::AS_GNU); in ParseLexedAttribute() 1186 ArgExprs.data(), ArgExprs.size(), AttributeList::AS_GNU); in ParseThreadSafetyAttribute() 1249 MustBeNull, AttributeList::AS_GNU); in ParseTypeTagForDatatypeAttribute() 2744 SourceLocation(), 0, 0, AttributeList::AS_GNU); in ParseDeclarationSpecifiers()
|
D | ParseDeclCXX.cpp | 986 SourceLocation(), 0, 0, AttributeList::AS_GNU); in ParseMicrosoftInheritanceClassAttributes()
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 61 AS_GNU, enumerator
|