Searched refs:AS_GNU (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | AttributeList.cpp | 122 bool IsGNU = SyntaxUsed == AS_GNU || (SyntaxUsed == AS_CXX11 && in getKind()
|
D | SemaType.cpp | 3317 /*args*/ &Args, 1, AttributeList::AS_GNU); in transferARCOwnershipToDeclaratorChunk()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 154 AttributeList::AS_GNU); in ParseGNUAttributes() 161 SourceLocation(), AttributeList::AS_GNU, D); in ParseGNUAttributes() 258 nullptr, AttrNameLoc, T.get(), AttributeList::AS_GNU); in ParseAttributeWithTypeArg() 261 nullptr, AttrNameLoc, nullptr, 0, AttributeList::AS_GNU); in ParseAttributeWithTypeArg() 910 AttributeList::AS_GNU); in ParseAvailabilityAttribute() 990 AttributeList::AS_GNU); in ParseObjCBridgeRelatedAttribute() 1097 nullptr, SourceLocation(), AttributeList::AS_GNU, in ParseLexedAttribute() 1111 nullptr, SourceLocation(), AttributeList::AS_GNU, in ParseLexedAttribute() 1192 AttributeList::AS_GNU); in ParseTypeTagForDatatypeAttribute()
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 77 AS_GNU, enumerator
|