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
258 return getKind() == AT_Aligned && SyntaxUsed == AS_Keyword;
265 bool isKeywordAttribute() const { return SyntaxUsed == AS_Keyword; }
  /external/clang/lib/Parse/
ParseDecl.cpp 495 SourceLocation(), 0, 0, AttributeList::AS_Keyword);
505 SourceLocation(), 0, 0, AttributeList::AS_Keyword);
515 SourceLocation(), 0, 0, AttributeList::AS_Keyword);
    [all...]

Completed in 86 milliseconds