Searched refs:TheTokenLexer (Results 1 – 4 of 4) 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()
542 std::unique_ptr<TokenLexer> TheTokenLexer; member550 std::unique_ptr<TokenLexer> &&TheTokenLexer, in IncludeStackInfo()555 TheTokenLexer(std::move(TheTokenLexer)), in IncludeStackInfo()2049 CurTokenLexer = std::move(IncludeMacroStack.back().TheTokenLexer); in PopIncludeMacroStack()
451 Val = Entry.TheTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()
400 Val = Entry.TheTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()