Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
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()
/external/clang/lib/Parse/
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()
2417 AttributeList::AS_Keyword, EllipsisLoc); in ParseAlignmentSpecifier()
2968 nullptr, 0, AttributeList::AS_Keyword); in ParseDeclarationSpecifiers()
DParseDeclCXX.cpp1067 AttributeList::AS_Keyword); in ParseMicrosoftInheritanceClassAttributes()