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

  /external/clang/include/clang/Basic/
IdentifierTable.h 138 /// getTokenID - If this is a source-language token (e.g. 'for'), this API
141 tok::TokenKind getTokenID() const { return (tok::TokenKind)TokenID; }
270 (getTokenID() == tok::kw___import_module__));
  /external/clang/lib/Lex/
Preprocessor.cpp 447 Identifier.setKind(II->getTokenID());
542 if (II.getTokenID() == tok::kw___import_module__ &&
PPMacroExpansion.cpp 669 PP.getIdentifierInfo("__is_empty")->getTokenID()
680 PP.getIdentifierInfo("__is_pod")->getTokenID()
    [all...]
PTHLexer.cpp 91 Tok.setKind(II->getTokenID());
TokenLexer.cpp 432 Tok.setKind(II->getTokenID());
PPExpressions.cpp 183 Result.Val = II->getTokenID() == tok::kw_true;
  /external/clang/lib/Parse/
ParseStmt.cpp 128 if (Name->getTokenID() != tok::identifier) {
130 Tok.setKind(Name->getTokenID());
    [all...]

Completed in 558 milliseconds