Lines Matching refs:SyntaxUsed
102 unsigned SyntaxUsed : 3; variable
221 SyntaxUsed(syntaxUsed), Invalid(false), UsedAsTypeAttr(false), in AttributeList()
238 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed), in AttributeList()
259 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(3), SyntaxUsed(syntaxUsed), in AttributeList()
277 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed), in AttributeList()
295 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed), in AttributeList()
309 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed), in AttributeList()
349 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute()
351 return SyntaxUsed == AS_CXX11 || isAlignasAttribute(); in isCXX11Attribute()
354 return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword; in isKeywordAttribute()
358 return SyntaxUsed == AS_ContextSensitiveKeyword; in isContextSensitiveKeywordAttribute()
372 Syntax SyntaxUsed);