Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp671 auto &StartingMacros = NullSubmoduleState.Macros; in EnterSubmodule()
753 OldState = &NullSubmoduleState; in LeaveSubmodule()
H A DPreprocessor.cpp94 CurSubmoduleState(&NullSubmoduleState) { in Preprocessor()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h651 SubmoduleState NullSubmoduleState; variable