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