Home
last modified time | relevance | path

Searched refs:AS_GNU (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/examples/Attribute/
DAttribute.cpp31 static constexpr Spelling S[] = {{ParsedAttr::AS_GNU, "example"}, in ExampleAttrInfo()
/external/llvm-project/clang/lib/Basic/
DAttributes.cpp63 SyntaxUsed == AttributeCommonInfo::AS_GNU || in normalizeAttrName()
/external/llvm-project/clang/examples/CallSuperAttribute/
DCallSuperAttrInfo.cpp160 {ParsedAttr::AS_GNU, "call_super"}, in CallSuperAttrInfo()
/external/llvm-project/clang/include/clang/Basic/
DAttributeCommonInfo.h27 AS_GNU, enumerator
/external/clang/lib/Sema/
DAttributeList.cpp116 bool IsGNU = SyntaxUsed == AttributeList::AS_GNU || in normalizeAttrName()
DSemaType.cpp4640 /*args*/ &Args, 1, AttributeList::AS_GNU); in transferARCOwnershipToDeclaratorChunk()
/external/llvm-project/clang/docs/
DClangPlugins.rst77 Spellings.push_back({ParsedAttr::AS_GNU,"example"});
/external/llvm-project/clang/lib/Parse/
DParseCXXInlineMethods.cpp732 nullptr, SourceLocation(), ParsedAttr::AS_GNU, in ParseLexedAttribute()
741 nullptr, SourceLocation(), ParsedAttr::AS_GNU, in ParseLexedAttribute()
DParsePragma.cpp1529 ParsedAttr::AS_GNU); in HandlePragmaAttribute()
1533 /*ScopeLoc=*/SourceLocation(), ParsedAttr::AS_GNU, in HandlePragmaAttribute()
1549 ParsedAttr::AS_GNU) != ParsedAttr::UnknownAttribute) { in HandlePragmaAttribute()
DParseDecl.cpp184 ParsedAttr::AS_GNU); in ParseGNUAttributes()
191 SourceLocation(), ParsedAttr::AS_GNU, D); in ParseGNUAttributes()
/external/clang/include/clang/Sema/
DAttributeList.h99 AS_GNU, enumerator
/external/clang/lib/Parse/
DParseDecl.cpp158 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/
DSemaObjCProperty.cpp2523 Context, SA->getName(), Loc, AttributeCommonInfo::AS_GNU, in ProcessPropertyDecl()
2596 Context, SA->getName(), Loc, AttributeCommonInfo::AS_GNU, in ProcessPropertyDecl()
DSemaType.cpp5723 /*args*/ &Args, 1, ParsedAttr::AS_GNU); in transferARCOwnershipToDeclaratorChunk()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp212 {}, AttributeCommonInfo::AS_GNU, AlignedAttr::GNU_aligned)); in buildRecordForGlobalizedVars()