Home
last modified time | relevance | path

Searched refs:getTokenID (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-rename/
H A DClangRename.cpp149 auto NewNameTokKind = Table.get(NewName).getTokenID(); in main()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h198 tok::TokenKind getTokenID() const { return (tok::TokenKind)TokenID; } in getTokenID() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp724 Identifier.setKind(II->getTokenID()); in LookUpIdentifierInfo()
813 Identifier.setKind(II.getTokenID()); in HandleIdentifier()
H A DPPMacroExpansion.cpp1646 } else if (II->getTokenID() != tok::identifier || in ExpandBuiltinMacro()
1795 Tok.setKind(ModuleII->getTokenID()); in ExpandBuiltinMacro()
H A DTokenLexer.cpp708 Tok.setKind(II->getTokenID()); in Lex()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp253 switch (getTokenKwStatus(LangOpts, getTokenID())) { in isKeyword()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTokens.cpp540 T.setKind(II.getTokenID()); in tokenize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.cpp962 FormatTok->Tok.setKind(Info.getTokenID()); in getNextToken()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2109 ? TokenValue(II->getTokenID()) in DiagnoseCallingConvCast()
2119 ? TokenValue(II->getTokenID()) in DiagnoseCallingConvCast()
H A DSemaExpr.cpp2569 KeywordReplacement->setKind(II->getTokenID()); in ActOnIdExpression()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1905 PrivateModule, PP->getIdentifierInfo(Module->Name)->getTokenID()); in loadModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1686 Tok.setKind(Name->getTokenID()); in TryAnnotateName()
H A DParseDecl.cpp2751 Tok.setKind(II->getTokenID()); in ParseImplicitInt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1152 return II->getTokenID() == tok::identifier; in IsValidIdentifier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1001 if (HasRevertedTokenIDToIdentifier && II->getTokenID() != tok::identifier) in ReadData()