HomeSort by: relevance | last modified time | path
    Searched refs:getTokenID (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/clang-rename/
ClangRename.cpp 149 auto NewNameTokKind = Table.get(NewName).getTokenID();
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
IdentifierTable.h 198 tok::TokenKind getTokenID() const { return (tok::TokenKind)TokenID; }
  /src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp 253 switch (getTokenKwStatus(LangOpts, getTokenID())) {
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp 724 Identifier.setKind(II->getTokenID());
813 Identifier.setKind(II.getTokenID());
PPMacroExpansion.cpp 1646 } else if (II->getTokenID() != tok::identifier ||
1795 Tok.setKind(ModuleII->getTokenID());
TokenLexer.cpp 708 Tok.setKind(II->getTokenID());
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Tokens.cpp 540 T.setKind(II.getTokenID());
  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatTokenLexer.cpp 962 FormatTok->Tok.setKind(Info.getTokenID());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 2109 ? TokenValue(II->getTokenID())
2119 ? TokenValue(II->getTokenID())
SemaExpr.cpp 2569 KeywordReplacement->setKind(II->getTokenID());
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp 1152 return II->getTokenID() == tok::identifier;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 1905 PrivateModule, PP->getIdentifierInfo(Module->Name)->getTokenID());
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 1686 Tok.setKind(Name->getTokenID());
ParseDecl.cpp 2751 Tok.setKind(II->getTokenID());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 1001 if (HasRevertedTokenIDToIdentifier && II->getTokenID() != tok::identifier)

Completed in 82 milliseconds