Searched refs:CurLexerSubmodule (Results 1 – 3 of 3) sorted by relevance
124 CurLexerSubmodule = nullptr; in EnterSourceFileWithLexer()347 const bool LeavingSubmodule = CurLexer && CurLexerSubmodule; in HandleEndOfFile()
2019 } else if (CurLexerSubmodule) { in getIncludeNextStart()2675 assert(!CurLexerSubmodule && "should not have marked this as a module yet"); in HandleHeaderIncludeOrImport()2676 CurLexerSubmodule = ModuleToImport; in HandleHeaderIncludeOrImport()
779 Module *CurLexerSubmodule = nullptr; variable1302 Module *getCurrentLexerSubmodule() const { return CurLexerSubmodule; } in getCurrentLexerSubmodule()2474 IncludeMacroStack.emplace_back(CurLexerCallback, CurLexerSubmodule, in PushIncludeMacroStack()2485 CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()