Home
last modified time | relevance | path

Searched refs:TheTokenLexer (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h639 std::unique_ptr<TokenLexer> TheTokenLexer; member
647 std::unique_ptr<TokenLexer> &&TheTokenLexer, in IncludeStackInfo()
652 TheTokenLexer(std::move(TheTokenLexer)), in IncludeStackInfo()
2267 CurTokenLexer = std::move(IncludeMacroStack.back().TheTokenLexer); in PopIncludeMacroStack()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPMacroExpansion.cpp456 Val = Entry.TheTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()