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

  /external/clang/lib/Lex/
Preprocessor.cpp 530 Identifier.setKind(II->getTokenID());
589 Identifier.setKind(II.getTokenID());
PPExpressions.cpp 193 II->getTokenID() != tok::kw_true &&
194 II->getTokenID() != tok::kw_false)
196 Result.Val = II->getTokenID() == tok::kw_true;
PTHLexer.cpp 91 Tok.setKind(II->getTokenID());
TokenLexer.cpp 487 Tok.setKind(II->getTokenID());
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 151 tok::TokenKind getTokenID() const { return (tok::TokenKind)TokenID; }
  /external/clang/lib/Parse/
Parser.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 757 if (HasRevertedTokenIDToIdentifier && II->getTokenID() != tok::identifier)
    [all...]

Completed in 135 milliseconds