Searched refs:AS_GNU (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/clang/examples/Attribute/ |
D | Attribute.cpp | 31 static constexpr Spelling S[] = {{ParsedAttr::AS_GNU, "example"}, in ExampleAttrInfo()
|
/external/llvm-project/clang/lib/Basic/ |
D | Attributes.cpp | 63 SyntaxUsed == AttributeCommonInfo::AS_GNU || in normalizeAttrName()
|
/external/llvm-project/clang/examples/CallSuperAttribute/ |
D | CallSuperAttrInfo.cpp | 160 {ParsedAttr::AS_GNU, "call_super"}, in CallSuperAttrInfo()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | AttributeCommonInfo.h | 27 AS_GNU, enumerator
|
/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/llvm-project/clang/docs/ |
D | ClangPlugins.rst | 77 Spellings.push_back({ParsedAttr::AS_GNU,"example"});
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 732 nullptr, SourceLocation(), ParsedAttr::AS_GNU, in ParseLexedAttribute() 741 nullptr, SourceLocation(), ParsedAttr::AS_GNU, in ParseLexedAttribute()
|
D | ParsePragma.cpp | 1529 ParsedAttr::AS_GNU); in HandlePragmaAttribute() 1533 /*ScopeLoc=*/SourceLocation(), ParsedAttr::AS_GNU, in HandlePragmaAttribute() 1549 ParsedAttr::AS_GNU) != ParsedAttr::UnknownAttribute) { in HandlePragmaAttribute()
|
D | ParseDecl.cpp | 184 ParsedAttr::AS_GNU); in ParseGNUAttributes() 191 SourceLocation(), ParsedAttr::AS_GNU, D); in ParseGNUAttributes()
|
/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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 2523 Context, SA->getName(), Loc, AttributeCommonInfo::AS_GNU, in ProcessPropertyDecl() 2596 Context, SA->getName(), Loc, AttributeCommonInfo::AS_GNU, in ProcessPropertyDecl()
|
D | SemaType.cpp | 5723 /*args*/ &Args, 1, ParsedAttr::AS_GNU); in transferARCOwnershipToDeclaratorChunk()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeGPU.cpp | 212 {}, AttributeCommonInfo::AS_GNU, AlignedAttr::GNU_aligned)); in buildRecordForGlobalizedVars()
|