Searched refs:CurLexerSubmodule (Results 1 – 3 of 3) sorted by relevance
124 CurLexerSubmodule = nullptr; in EnterSourceFileWithLexer()338 const bool LeavingSubmodule = CurLexer && CurLexerSubmodule; in HandleEndOfFile()
1913 } else if (CurLexerSubmodule) { in getIncludeNextStart()2546 assert(!CurLexerSubmodule && "should not have marked this as a module yet"); in HandleHeaderIncludeOrImport()2547 CurLexerSubmodule = SM; in HandleHeaderIncludeOrImport()
761 Module *CurLexerSubmodule = nullptr; variable1283 Module *getCurrentLexerSubmodule() const { return CurLexerSubmodule; } in getCurrentLexerSubmodule()2431 IncludeMacroStack.emplace_back(CurLexerKind, CurLexerSubmodule, in PushIncludeMacroStack()2442 CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()