Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h813 std::unique_ptr<TokenLexer> TheTokenLexer; member
821 std::unique_ptr<TokenLexer> &&TheTokenLexer, in IncludeStackInfo()
826 TheTokenLexer(std::move(TheTokenLexer)), in IncludeStackInfo()
2328 Val = Entry.TheTokenLexer->peekNextPPToken(); in isNextPPTokenOneOf()
2558 CurTokenLexer = std::move(IncludeMacroStack.back().TheTokenLexer); in PopIncludeMacroStack()