Searched refs:AS_GNU (Results 1 – 7 of 7) sorted by relevance
34 AS_GNU = 1, enumerator123 static Form GNU() { return AS_GNU; } in GNU()159 assert(SyntaxUsed >= AS_GNU && SyntaxUsed <= AS_Implicit && in AttributeCommonInfo()246 bool isGNUAttribute() const { return SyntaxUsed == AS_GNU; } in isGNUAttribute()
131 SyntaxUsed == AttributeCommonInfo::AS_GNU || in normalizeAttrName()
120 {AttributeCommonInfo::AS_GNU, in getPlaceholderAttrInfo()773 {AttributeCommonInfo::AS_GNU, SwiftNewTypeAttr::GNU_swift_wrapper, in ProcessAPINotes()
4789 bool SyntaxSupportsGuards = Syntax == AttributeCommonInfo::AS_GNU || in CodeCompleteAttribute()
1826 return II ? hasAttribute(AttributeCommonInfo::Syntax::AS_GNU, nullptr, in ExpandBuiltinMacro()
1914 AttributeCommonInfo::Syntax::AS_GNU); in HandlePragmaAttribute()1952 ParsedAttr::AS_GNU) != ParsedAttr::UnknownAttribute) { in HandlePragmaAttribute()
242 AttributeCommonInfo::Syntax::AS_GNU); in ParseGNUAttributes()