Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DMacroExpansionContext.h83 void registerForPreprocessor(Preprocessor &PP);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DMacroExpansionContext.cpp89 void MacroExpansionContext::registerForPreprocessor(Preprocessor &NewPP) { in registerForPreprocessor() function in MacroExpansionContext
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp149 MacroExpansions.registerForPreprocessor(PP); in AnalysisConsumer()