Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DMacroExpansionContext.h83 void registerForPreprocessor(Preprocessor &PP);
/llvm-project-15.0.7/clang/lib/Analysis/
H A DMacroExpansionContext.cpp88 void MacroExpansionContext::registerForPreprocessor(Preprocessor &NewPP) { in registerForPreprocessor() function in MacroExpansionContext
/llvm-project-15.0.7/clang/unittests/Analysis/
H A DMacroExpansionContextTest.cpp71 Ctx->registerForPreprocessor(PP); in getMacroExpansionContextFor()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp150 MacroExpansions.registerForPreprocessor(PP); in AnalysisConsumer()