Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h534 Module *CurLexerSubmodule = nullptr; variable
1010 Module *getCurrentLexerSubmodule() const { return CurLexerSubmodule; } in getCurrentLexerSubmodule()
2047 IncludeMacroStack.emplace_back(CurLexerKind, CurLexerSubmodule, in PushIncludeMacroStack()
2058 CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp110 CurLexerSubmodule = nullptr; in EnterSourceFileWithLexer()
349 const bool LeavingSubmodule = CurLexer && CurLexerSubmodule; in HandleEndOfFile()
H A DPPDirectives.cpp2360 assert(!CurLexerSubmodule && "should not have marked this as a module yet"); in HandleHeaderIncludeOrImport()
2361 CurLexerSubmodule = M; in HandleHeaderIncludeOrImport()
2396 } else if (CurLexerSubmodule) { in HandleIncludeNextDirective()