Searched refs:CurLexerSubmodule (Results 1 – 3 of 3) sorted by relevance
117 CurLexerSubmodule = nullptr; in EnterSourceFileWithLexer()340 const bool LeavingSubmodule = CurLexer && CurLexerSubmodule; in HandleEndOfFile()
2044 } else if (CurLexerSubmodule) { in getIncludeNextStart()2709 assert(!CurLexerSubmodule && "should not have marked this as a module yet"); in HandleHeaderIncludeOrImport()2710 CurLexerSubmodule = ModuleToImport; in HandleHeaderIncludeOrImport()
803 Module *CurLexerSubmodule = nullptr; variable1313 Module *getCurrentLexerSubmodule() const { return CurLexerSubmodule; } in getCurrentLexerSubmodule()2549 IncludeMacroStack.emplace_back(CurLexerCallback, CurLexerSubmodule, in PushIncludeMacroStack()2560 CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()