Searched refs:TheTokenLexer (Results 1 – 2 of 2) sorted by relevance
307 std::unique_ptr<TokenLexer> TheTokenLexer; member316 std::unique_ptr<TokenLexer> &&TheTokenLexer, in IncludeStackInfo()322 TheTokenLexer(std::move(TheTokenLexer)), in IncludeStackInfo()330 TheTokenLexer(std::move(RHS.TheTokenLexer)), in IncludeStackInfo()1361 CurTokenLexer = std::move(IncludeMacroStack.back().TheTokenLexer); in PopIncludeMacroStack()
198 Val = Entry.TheTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()