Searched refs:CurLexerSubmodule (Results 1 – 3 of 3) sorted by relevance
123 CurLexerSubmodule = nullptr; in EnterSourceFileWithLexer()337 const bool LeavingSubmodule = CurLexer && CurLexerSubmodule; in HandleEndOfFile()
1926 } else if (CurLexerSubmodule) { in getIncludeNextStart()2557 assert(!CurLexerSubmodule && "should not have marked this as a module yet"); in HandleHeaderIncludeOrImport()2558 CurLexerSubmodule = SM; in HandleHeaderIncludeOrImport()
629 Module *CurLexerSubmodule = nullptr; variable1156 Module *getCurrentLexerSubmodule() const { return CurLexerSubmodule; } in getCurrentLexerSubmodule()2258 IncludeMacroStack.emplace_back(CurLexerKind, CurLexerSubmodule, in PushIncludeMacroStack()2269 CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()