Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h532 Module *CurLexerSubmodule = nullptr; variable
1009 Module *getCurrentLexerSubmodule() const { return CurLexerSubmodule; } in getCurrentLexerSubmodule()
2045 IncludeMacroStack.emplace_back(CurLexerKind, CurLexerSubmodule, in PushIncludeMacroStack()
2056 CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp108 CurLexerSubmodule = nullptr; in EnterSourceFileWithLexer()
311 const bool LeavingSubmodule = CurLexer && CurLexerSubmodule; in HandleEndOfFile()
H A DPPDirectives.cpp2289 assert(!CurLexerSubmodule && "should not have marked this as a module yet"); in HandleHeaderIncludeOrImport()
2290 CurLexerSubmodule = M; in HandleHeaderIncludeOrImport()
2325 } else if (CurLexerSubmodule) { in HandleIncludeNextDirective()