Searched refs:ThePTHLexer (Results 1 – 2 of 2) sorted by relevance
330 std::unique_ptr<PTHLexer> ThePTHLexer; member339 std::unique_ptr<PTHLexer> &&ThePTHLexer, in IncludeStackInfo()345 ThePTHLexer(std::move(ThePTHLexer)), in IncludeStackInfo()353 ThePTHLexer(std::move(RHS.ThePTHLexer)), in IncludeStackInfo()1700 CurPTHLexer = std::move(IncludeMacroStack.back().ThePTHLexer); in PopIncludeMacroStack()
397 else if (Entry.ThePTHLexer) in isNextPPTokenLParen()398 Val = Entry.ThePTHLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()