Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttributeCommonInfo.h27 AS_GNU, enumerator
183 bool isGNUAttribute() const { return SyntaxUsed == AS_GNU; } in isGNUAttribute()
/openbsd/gnu/llvm/clang/examples/Attribute/
H A DAttribute.cpp32 static constexpr Spelling S[] = {{ParsedAttr::AS_GNU, "example"}, in ExampleAttrInfo()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DAttributes.cpp70 SyntaxUsed == AttributeCommonInfo::AS_GNU || in normalizeAttrName()
/openbsd/gnu/llvm/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp162 {ParsedAttr::AS_GNU, "call_super"}, in CallSuperAttrInfo()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp751 nullptr, SourceLocation(), ParsedAttr::AS_GNU, in ParseLexedAttribute()
760 nullptr, SourceLocation(), ParsedAttr::AS_GNU, in ParseLexedAttribute()
H A DParsePragma.cpp1819 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 DParseDecl.cpp194 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 DClangPlugins.rst77 Spellings.push_back({ParsedAttr::AS_GNU,"example"});
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp2511 Context, SA->getName(), Loc, AttributeCommonInfo::AS_GNU, in ProcessPropertyDecl()
2584 Context, SA->getName(), Loc, AttributeCommonInfo::AS_GNU, in ProcessPropertyDecl()
H A DSemaDecl.cpp11318 AttributeCommonInfo::AS_GNU)); in CheckMultiVersionAdditionalDecl()
11536 AttributeCommonInfo::AS_GNU)); in CheckMultiVersionFunction()
H A DSemaType.cpp5979 /*args*/ &Args, 1, ParsedAttr::AS_GNU); in transferARCOwnershipToDeclaratorChunk()
H A DSemaCodeComplete.cpp4537 bool SyntaxSupportsGuards = Syntax == AttributeCommonInfo::AS_GNU || in CodeCompleteAttribute()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPMacroExpansion.cpp1746 return II ? hasAttribute(AttributeCommonInfo::Syntax::AS_GNU, nullptr, in ExpandBuiltinMacro()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp193 {}, AttributeCommonInfo::AS_GNU, AlignedAttr::GNU_aligned)); in buildRecordForGlobalizedVars()