Searched refs:ThePTHLexer (Results 1 – 2 of 2) sorted by relevance
328 std::unique_ptr<PTHLexer> ThePTHLexer; member337 std::unique_ptr<PTHLexer> &&ThePTHLexer, in IncludeStackInfo()343 ThePTHLexer(std::move(ThePTHLexer)), in IncludeStackInfo()351 ThePTHLexer(std::move(RHS.ThePTHLexer)), in IncludeStackInfo()1667 CurPTHLexer = std::move(IncludeMacroStack.back().ThePTHLexer); in PopIncludeMacroStack()
393 else if (Entry.ThePTHLexer) in isNextPPTokenLParen()394 Val = Entry.ThePTHLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()