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

  /external/clang/include/clang/Basic/
TokenKinds.h 33 enum PPKeywordKind {
IdentifierTable.h 171 tok::PPKeywordKind getPPKeywordID() const;
  /external/clang/lib/Basic/
IdentifierTable.cpp 202 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const {
  /external/clang/lib/Frontend/
CacheTokens.cpp 357 tok::PPKeywordKind K = II->getPPKeywordID();
  /external/clang/lib/Lex/
PPDirectives.cpp 485 tok::PPKeywordKind K = Tok.getIdentifierInfo()->getPPKeywordID();
    [all...]

Completed in 358 milliseconds