Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp745 Identifier.setKind(II->getTokenID()); in LookUpIdentifierInfo()
813 Identifier.setKind(II.getTokenID()); in HandleIdentifier()
H A DPPMacroExpansion.cpp1784 } else if (II->getTokenID() != tok::identifier && in ExpandBuiltinMacro()
1946 Tok.setKind(ModuleII->getTokenID()); in ExpandBuiltinMacro()
H A DTokenLexer.cpp706 Tok.setKind(II->getTokenID()); in Lex()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp372 switch (getTokenKwStatus(LangOpts, getTokenID())) { in isKeyword()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h316 tok::TokenKind getTokenID() const { return (tok::TokenKind)TokenID; } in getTokenID() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp584 T.setKind(II.getTokenID()); in tokenize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp412 if (ii.getTokenID() == clang::tok::identifier) in RemoveCppKeyword()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2209 ? TokenValue(II->getTokenID()) in DiagnoseCallingConvCast()
2219 ? TokenValue(II->getTokenID()) in DiagnoseCallingConvCast()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp1406 FormatTok->Tok.setKind(Info.getTokenID()); in getNextToken()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1753 Tok.setKind(Name->getTokenID()); in TryAnnotateName()
H A DParseDecl.cpp3002 Tok.setKind(II->getTokenID()); in ParseImplicitInt()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2107 PrivateModule, PP->getIdentifierInfo(Module->Name)->getTokenID()); in loadModule()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1138 if (HasRevertedTokenIDToIdentifier && II->getTokenID() != tok::identifier) in ReadData()