Searched refs:CurTokenLexer (Results 1 – 5 of 5) sorted by relevance
71 assert(!CurTokenLexer && "Cannot #include a file inside a macro!"); in EnterSourceFile()111 if (CurPPLexer || CurTokenLexer) in EnterSourceFileWithLexer()156 CurTokenLexer = std::move(TokLexer); in EnterMacro()211 CurTokenLexer = std::move(TokLexer); in EnterTokenStream()241 if (CurTokenLexer) { in PropagateLineStartLeadingSpaceInfo()242 CurTokenLexer->PropagateLineStartLeadingSpaceInfo(Result); in PropagateLineStartLeadingSpaceInfo()326 assert(!CurTokenLexer && in HandleEndOfFile()595 assert(CurTokenLexer && !CurPPLexer && in HandleEndOfTokenLexer()599 MacroExpandingLexersStack.back().first == CurTokenLexer.get()) in HandleEndOfTokenLexer()604 CurTokenLexer.reset(); in HandleEndOfTokenLexer()[all …]
179 CurTokenLexer.reset(); in ~Preprocessor()390 else if (CurTokenLexer) in recomputeCurLexerKind()
177 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective()) in HandlePragmaDirective()
467 !CurTokenLexer) in CheckEndOfDirective()524 assert(!CurTokenLexer && "Conditional PP block cannot appear in a macro!"); in SkipExcludedConditionalBlock()
795 std::unique_ptr<TokenLexer> CurTokenLexer; variable2316 Val = CurTokenLexer->peekNextPPToken(); in isNextPPTokenOneOf()2551 std::move(CurTokenLexer), CurDirLookup); in PushIncludeMacroStack()2558 CurTokenLexer = std::move(IncludeMacroStack.back().TheTokenLexer); in PopIncludeMacroStack()2782 return !CurPPLexer && !CurTokenLexer && !IncludeMacroStack.empty(); in InCachingLexMode()3109 return P.CurTokenLexer->Lex(Result); in CLK_TokenLexer()