Searched refs:AS_GNU (Results 1 – 7 of 7) sorted by relevance
30 AS_GNU = 1, enumerator112 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()
104 SyntaxUsed == AttributeCommonInfo::AS_GNU || in normalizeAttrName()
122 {AttributeCommonInfo::AS_GNU, in getPlaceholderAttrInfo()671 {AttributeCommonInfo::AS_GNU, SwiftNewTypeAttr::GNU_swift_wrapper, in ProcessAPINotes()
4627 bool SyntaxSupportsGuards = Syntax == AttributeCommonInfo::AS_GNU || in CodeCompleteAttribute()
1873 return II ? hasAttribute(AttributeCommonInfo::Syntax::AS_GNU, nullptr, in ExpandBuiltinMacro()
1930 AttributeCommonInfo::Syntax::AS_GNU); in HandlePragmaAttribute()1968 ParsedAttr::AS_GNU) != ParsedAttr::UnknownAttribute) { in HandlePragmaAttribute()
223 AttributeCommonInfo::Syntax::AS_GNU); in ParseGNUAttributes()