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

  /external/clang/include/clang/Basic/
TokenKinds.h 33 enum PPKeywordKind {
IdentifierTable.h 178 tok::PPKeywordKind getPPKeywordID() const;
  /external/clang/lib/Format/
FormatToken.h 286 bool is(tok::PPKeywordKind Kind) const {
  /external/clang/lib/Basic/
IdentifierTable.cpp 254 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const {
  /external/clang/lib/Frontend/
CacheTokens.cpp 358 tok::PPKeywordKind K = II->getPPKeywordID();
  /external/clang/lib/Lex/
PPDirectives.cpp 523 tok::PPKeywordKind K = Tok.getIdentifierInfo()->getPPKeywordID();
    [all...]

Completed in 310 milliseconds