Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DMacroExpansionContext.cpp89 void MacroExpansionContext::registerForPreprocessor(Preprocessor &NewPP) { in registerForPreprocessor() argument
90 PP = &NewPP; in registerForPreprocessor()
91 SM = &NewPP.getSourceManager(); in registerForPreprocessor()