Home
last modified time | relevance | path

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

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