Searched refs:CurLexerSubmodule (Results 1 – 3 of 3) sorted by relevance
532 Module *CurLexerSubmodule = nullptr; variable1009 Module *getCurrentLexerSubmodule() const { return CurLexerSubmodule; } in getCurrentLexerSubmodule()2045 IncludeMacroStack.emplace_back(CurLexerKind, CurLexerSubmodule, in PushIncludeMacroStack()2056 CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()
108 CurLexerSubmodule = nullptr; in EnterSourceFileWithLexer()311 const bool LeavingSubmodule = CurLexer && CurLexerSubmodule; in HandleEndOfFile()
2289 assert(!CurLexerSubmodule && "should not have marked this as a module yet"); in HandleHeaderIncludeOrImport()2290 CurLexerSubmodule = M; in HandleHeaderIncludeOrImport()2325 } else if (CurLexerSubmodule) { in HandleIncludeNextDirective()