Searched refs:AS_GNU (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 27 AS_GNU, enumerator 183 bool isGNUAttribute() const { return SyntaxUsed == AS_GNU; } in isGNUAttribute()
|
/openbsd/gnu/llvm/clang/examples/Attribute/ |
H A D | Attribute.cpp | 32 static constexpr Spelling S[] = {{ParsedAttr::AS_GNU, "example"}, in ExampleAttrInfo()
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | Attributes.cpp | 70 SyntaxUsed == AttributeCommonInfo::AS_GNU || in normalizeAttrName()
|
/openbsd/gnu/llvm/clang/examples/CallSuperAttribute/ |
H A D | CallSuperAttrInfo.cpp | 162 {ParsedAttr::AS_GNU, "call_super"}, in CallSuperAttrInfo()
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 751 nullptr, SourceLocation(), ParsedAttr::AS_GNU, in ParseLexedAttribute() 760 nullptr, SourceLocation(), ParsedAttr::AS_GNU, in ParseLexedAttribute()
|
H A D | ParsePragma.cpp | 1819 Actions.CodeCompleteAttribute(AttributeCommonInfo::Syntax::AS_GNU); in HandlePragmaAttribute() 1835 ParsedAttr::AS_GNU); in HandlePragmaAttribute() 1839 /*ScopeLoc=*/SourceLocation(), ParsedAttr::AS_GNU, in HandlePragmaAttribute() 1856 ParsedAttr::AS_GNU) != ParsedAttr::UnknownAttribute) { in HandlePragmaAttribute()
|
H A D | ParseDecl.cpp | 194 Actions.CodeCompleteAttribute(AttributeCommonInfo::Syntax::AS_GNU); in ParseGNUAttributes() 205 ParsedAttr::AS_GNU); in ParseGNUAttributes() 212 SourceLocation(), ParsedAttr::AS_GNU, D); in ParseGNUAttributes()
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | ClangPlugins.rst | 77 Spellings.push_back({ParsedAttr::AS_GNU,"example"});
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 2511 Context, SA->getName(), Loc, AttributeCommonInfo::AS_GNU, in ProcessPropertyDecl() 2584 Context, SA->getName(), Loc, AttributeCommonInfo::AS_GNU, in ProcessPropertyDecl()
|
H A D | SemaDecl.cpp | 11318 AttributeCommonInfo::AS_GNU)); in CheckMultiVersionAdditionalDecl() 11536 AttributeCommonInfo::AS_GNU)); in CheckMultiVersionFunction()
|
H A D | SemaType.cpp | 5979 /*args*/ &Args, 1, ParsedAttr::AS_GNU); in transferARCOwnershipToDeclaratorChunk()
|
H A D | SemaCodeComplete.cpp | 4537 bool SyntaxSupportsGuards = Syntax == AttributeCommonInfo::AS_GNU || in CodeCompleteAttribute()
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1746 return II ? hasAttribute(AttributeCommonInfo::Syntax::AS_GNU, nullptr, in ExpandBuiltinMacro()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 193 {}, AttributeCommonInfo::AS_GNU, AlignedAttr::GNU_aligned)); in buildRecordForGlobalizedVars()
|