Searched refs:CurTokenLexer (Results 1 – 6 of 6) sorted by relevance
118 if (CurPPLexer || CurTokenLexer) in EnterSourceFileWithLexer()163 CurTokenLexer = std::move(TokLexer); in EnterMacro()218 CurTokenLexer = std::move(TokLexer); in EnterTokenStream()248 if (CurTokenLexer) { in PropagateLineStartLeadingSpaceInfo()249 CurTokenLexer->PropagateLineStartLeadingSpaceInfo(Result); in PropagateLineStartLeadingSpaceInfo()333 assert(!CurTokenLexer && in HandleEndOfFile()603 assert(CurTokenLexer && !CurPPLexer && in HandleEndOfTokenLexer()612 CurTokenLexer.reset(); in HandleEndOfTokenLexer()626 if (CurTokenLexer) { in RemoveTopOfLexerStack()629 CurTokenLexer.reset(); in RemoveTopOfLexerStack()[all …]
177 CurTokenLexer.reset(); in ~Preprocessor()388 else if (CurTokenLexer) in recomputeCurLexerKind()
181 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective()) in HandlePragmaDirective()
440 !CurTokenLexer) in CheckEndOfDirective()497 assert(!CurTokenLexer && "Conditional PP block cannot appear in a macro!"); in SkipExcludedConditionalBlock()
446 Val = CurTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()
751 std::unique_ptr<TokenLexer> CurTokenLexer; variable2432 std::move(CurTokenLexer), CurDirLookup); in PushIncludeMacroStack()2439 CurTokenLexer = std::move(IncludeMacroStack.back().TheTokenLexer); in PopIncludeMacroStack()2625 return !CurPPLexer && !CurTokenLexer && !IncludeMacroStack.empty(); in InCachingLexMode()2917 return P.CurTokenLexer->Lex(Result); in CLK_TokenLexer()