Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp18 class SuperRegionLivenessConsumer : public ExprEngineConsumer {
43 SuperRegionLivenessConsumer(CompilerInstance &C) : ExprEngineConsumer(C) {} in SuperRegionLivenessConsumer()
H A DParamRegionTest.cpp18 class ParamRegionTestConsumer : public ExprEngineConsumer {
62 ParamRegionTestConsumer(CompilerInstance &C) : ExprEngineConsumer(C) {} in ParamRegionTestConsumer()
H A DReusables.h42 class ExprEngineConsumer : public ASTConsumer {
59 ExprEngineConsumer(CompilerInstance &C) in ExprEngineConsumer() function
H A DStoreTest.cpp18 class StoreTestConsumer : public ExprEngineConsumer {
20 StoreTestConsumer(CompilerInstance &C) : ExprEngineConsumer(C) {} in StoreTestConsumer()
H A DCallDescriptionTest.cpp62 class CallDescriptionConsumer : public ExprEngineConsumer {
110 : ExprEngineConsumer(C), RM(RM) {} in CallDescriptionConsumer()