HomeSort by relevance Sort by last modified time
    Searched refs:AS_Keyword (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
AttributeList.h 67 AS_Keyword
301 return getKind() == AT_Aligned && SyntaxUsed == AS_Keyword;
308 bool isKeywordAttribute() const { return SyntaxUsed == AS_Keyword; }
  /external/clang/lib/Parse/
ParseDecl.cpp 610 SourceLocation(), 0, 0, AttributeList::AS_Keyword);
620 SourceLocation(), 0, 0, AttributeList::AS_Keyword);
630 SourceLocation(), 0, 0, AttributeList::AS_Keyword);
    [all...]

Completed in 150 milliseconds