Searched refs:TheTokenLexer (Results 1 – 2 of 2) sorted by relevance
332 std::unique_ptr<TokenLexer> TheTokenLexer; member341 std::unique_ptr<TokenLexer> &&TheTokenLexer, in IncludeStackInfo()347 TheTokenLexer(std::move(TheTokenLexer)), in IncludeStackInfo()355 TheTokenLexer(std::move(RHS.TheTokenLexer)), in IncludeStackInfo()1702 CurTokenLexer = std::move(IncludeMacroStack.back().TheTokenLexer); in PopIncludeMacroStack()
400 Val = Entry.TheTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()