Searched refs:CurLexerSubmodule (Results 1 – 3 of 3) sorted by relevance
124 CurLexerSubmodule = nullptr; in EnterSourceFileWithLexer()347 const bool LeavingSubmodule = CurLexer && CurLexerSubmodule; in HandleEndOfFile()
1941 } else if (CurLexerSubmodule) { in getIncludeNextStart()2597 assert(!CurLexerSubmodule && "should not have marked this as a module yet"); in HandleHeaderIncludeOrImport()2598 CurLexerSubmodule = SM; in HandleHeaderIncludeOrImport()
759 Module *CurLexerSubmodule = nullptr; variable1282 Module *getCurrentLexerSubmodule() const { return CurLexerSubmodule; } in getCurrentLexerSubmodule()2430 IncludeMacroStack.emplace_back(CurLexerCallback, CurLexerSubmodule, in PushIncludeMacroStack()2441 CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()