Searched defs:AS_Keyword (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DAttributeList.h83 AS_Keyword, enumerator in enum:clang::AttributeList::Syntax
346 return getKind() == AT_Aligned && SyntaxUsed == AS_Keyword;
353 bool isKeywordAttribute() const { return SyntaxUsed == AS_Keyword; }

Completed in 132 milliseconds