Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp117 CurLexerSubmodule = nullptr; in EnterSourceFileWithLexer()
340 const bool LeavingSubmodule = CurLexer && CurLexerSubmodule; in HandleEndOfFile()
H A DPPDirectives.cpp2044 } else if (CurLexerSubmodule) { in getIncludeNextStart()
2709 assert(!CurLexerSubmodule && "should not have marked this as a module yet"); in HandleHeaderIncludeOrImport()
2710 CurLexerSubmodule = ModuleToImport; in HandleHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h803 Module *CurLexerSubmodule = nullptr; variable
1313 Module *getCurrentLexerSubmodule() const { return CurLexerSubmodule; } in getCurrentLexerSubmodule()
2549 IncludeMacroStack.emplace_back(CurLexerCallback, CurLexerSubmodule, in PushIncludeMacroStack()
2560 CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()