Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h30 AS_GNU = 1, enumerator
112 static Form GNU() { return AS_GNU; } in GNU()
149 assert(SyntaxUsed >= AS_GNU && SyntaxUsed <= AS_Implicit && in AttributeCommonInfo()
219 bool isGNUAttribute() const { return SyntaxUsed == AS_GNU; } in isGNUAttribute()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp104 SyntaxUsed == AttributeCommonInfo::AS_GNU || in normalizeAttrName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp122 {AttributeCommonInfo::AS_GNU, in getPlaceholderAttrInfo()
671 {AttributeCommonInfo::AS_GNU, SwiftNewTypeAttr::GNU_swift_wrapper, in ProcessAPINotes()
H A DSemaCodeComplete.cpp4627 bool SyntaxSupportsGuards = Syntax == AttributeCommonInfo::AS_GNU || in CodeCompleteAttribute()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1873 return II ? hasAttribute(AttributeCommonInfo::Syntax::AS_GNU, nullptr, in ExpandBuiltinMacro()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1930 AttributeCommonInfo::Syntax::AS_GNU); in HandlePragmaAttribute()
1968 ParsedAttr::AS_GNU) != ParsedAttr::UnknownAttribute) { in HandlePragmaAttribute()
H A DParseDecl.cpp223 AttributeCommonInfo::Syntax::AS_GNU); in ParseGNUAttributes()