Searched refs:CurLexerSubmodule (Results 1 – 3 of 3) sorted by relevance
424 Module *CurLexerSubmodule = nullptr; variable897 Module *getCurrentLexerSubmodule() const { return CurLexerSubmodule; } in getCurrentLexerSubmodule()1901 IncludeMacroStack.emplace_back(CurLexerKind, CurLexerSubmodule, in PushIncludeMacroStack()1912 CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()
112 CurLexerSubmodule = nullptr; in EnterSourceFileWithLexer()310 const bool LeavingSubmodule = CurLexer && CurLexerSubmodule; in HandleEndOfFile()
2069 assert(!CurLexerSubmodule && "should not have marked this as a module yet"); in HandleIncludeDirective()2070 CurLexerSubmodule = M; in HandleIncludeDirective()2102 } else if (CurLexerSubmodule) { in HandleIncludeNextDirective()