Searched refs:CurLexerSubmodule (Results 1 – 3 of 3) sorted by relevance
534 Module *CurLexerSubmodule = nullptr; variable1010 Module *getCurrentLexerSubmodule() const { return CurLexerSubmodule; } in getCurrentLexerSubmodule()2047 IncludeMacroStack.emplace_back(CurLexerKind, CurLexerSubmodule, in PushIncludeMacroStack()2058 CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()
110 CurLexerSubmodule = nullptr; in EnterSourceFileWithLexer()349 const bool LeavingSubmodule = CurLexer && CurLexerSubmodule; in HandleEndOfFile()
2360 assert(!CurLexerSubmodule && "should not have marked this as a module yet"); in HandleHeaderIncludeOrImport()2361 CurLexerSubmodule = M; in HandleHeaderIncludeOrImport()2396 } else if (CurLexerSubmodule) { in HandleIncludeNextDirective()