Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPLexerChange.cpp124 CurLexerSubmodule = nullptr; in EnterSourceFileWithLexer()
338 const bool LeavingSubmodule = CurLexer && CurLexerSubmodule; in HandleEndOfFile()
H A DPPDirectives.cpp1913 } else if (CurLexerSubmodule) { in getIncludeNextStart()
2546 assert(!CurLexerSubmodule && "should not have marked this as a module yet"); in HandleHeaderIncludeOrImport()
2547 CurLexerSubmodule = SM; in HandleHeaderIncludeOrImport()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h761 Module *CurLexerSubmodule = nullptr; variable
1283 Module *getCurrentLexerSubmodule() const { return CurLexerSubmodule; } in getCurrentLexerSubmodule()
2431 IncludeMacroStack.emplace_back(CurLexerKind, CurLexerSubmodule, in PushIncludeMacroStack()
2442 CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()