Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp729 Identifier.setKind(II->getTokenID()); in LookUpIdentifierInfo()
795 Identifier.setKind(II.getTokenID()); in HandleIdentifier()
H A DTokenLexer.cpp707 Tok.setKind(II->getTokenID()); in Lex()
H A DPPMacroExpansion.cpp1831 } else if (II->getTokenID() != tok::identifier && in ExpandBuiltinMacro()
1993 Tok.setKind(ModuleII->getTokenID()); in ExpandBuiltinMacro()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h313 tok::TokenKind getTokenID() const { return (tok::TokenKind)TokenID; } in getTokenID() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp345 switch (getTokenKwStatus(LangOpts, getTokenID())) { in isKeyword()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp326 if (ii.getTokenID() == clang::tok::identifier) in RemoveCppKeyword()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp586 T.setKind(II.getTokenID()); in tokenize()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2177 ? TokenValue(II->getTokenID()) in DiagnoseCallingConvCast()
2187 ? TokenValue(II->getTokenID()) in DiagnoseCallingConvCast()
H A DSemaExpr.cpp2790 KeywordReplacement->setKind(II->getTokenID()); in ActOnIdExpression()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp1293 FormatTok->Tok.setKind(Info.getTokenID()); in getNextToken()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1148 return II->getTokenID() == tok::identifier; in IsValidIdentifier()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2093 PrivateModule, PP->getIdentifierInfo(Module->Name)->getTokenID()); in loadModule()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1845 Tok.setKind(Name->getTokenID()); in TryAnnotateName()
H A DParseDecl.cpp3203 Tok.setKind(II->getTokenID()); in ParseImplicitInt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1108 if (HasRevertedTokenIDToIdentifier && II->getTokenID() != tok::identifier) in ReadData()