Home
last modified time | relevance | path

Searched refs:CurLexerSubmodule (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Lex/
H A DPPLexerChange.cpp123 CurLexerSubmodule = nullptr; in EnterSourceFileWithLexer()
337 const bool LeavingSubmodule = CurLexer && CurLexerSubmodule; in HandleEndOfFile()
H A DPPDirectives.cpp1926 } else if (CurLexerSubmodule) { in getIncludeNextStart()
2557 assert(!CurLexerSubmodule && "should not have marked this as a module yet"); in HandleHeaderIncludeOrImport()
2558 CurLexerSubmodule = SM; in HandleHeaderIncludeOrImport()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h629 Module *CurLexerSubmodule = nullptr; variable
1156 Module *getCurrentLexerSubmodule() const { return CurLexerSubmodule; } in getCurrentLexerSubmodule()
2258 IncludeMacroStack.emplace_back(CurLexerKind, CurLexerSubmodule, in PushIncludeMacroStack()
2269 CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()