Home
last modified time | relevance | path

Searched refs:SyntaxUsed (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DAttributeList.cpp113 Syntax SyntaxUsed) { in getKind() argument
122 bool IsGNU = SyntaxUsed == AS_GNU || (SyntaxUsed == AS_CXX11 && in getKind()
130 if (ScopeName || SyntaxUsed == AS_CXX11) in getKind()
134 return ::getAttrKind(FullName, SyntaxUsed); in getKind()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DAttributeList.h100 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()
346 return getKind() == AT_Aligned && SyntaxUsed == AS_Keyword; in isAlignasAttribute()
349 bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; } in isDeclspecAttribute()
351 return SyntaxUsed == AS_CXX11 || isAlignasAttribute(); in isCXX11Attribute()
[all …]