Home
last modified time | relevance | path

Searched refs:AS_Keyword (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DAttributeList.h83 AS_Keyword, enumerator
346 return getKind() == AT_Aligned && SyntaxUsed == AS_Keyword; in isAlignasAttribute()
353 bool isKeywordAttribute() const { return SyntaxUsed == AS_Keyword; } in isKeywordAttribute()
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp610 AttributeList::AS_Keyword); in ParseMicrosoftTypeAttributes()
661 AttributeList::AS_Keyword); in ParseBorlandTypeAttributes()
671 AttributeList::AS_Keyword); in ParseOpenCLAttributes()
679 AttributeList::AS_Keyword); in ParseOpenCLQualifiers()
2412 AttributeList::AS_Keyword, EllipsisLoc); in ParseAlignmentSpecifier()
2962 nullptr, 0, AttributeList::AS_Keyword); in ParseDeclarationSpecifiers()
H A DParseDeclCXX.cpp1061 AttributeList::AS_Keyword); in ParseMicrosoftInheritanceClassAttributes()