Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp181 class CFGDumper : public Checker<check::ASTCodeBody> { class
199 mgr.registerChecker<CFGDumper>(); in registerCFGDumper()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1545 def CFGDumper : Checker<"DumpCFG">,