Home
last modified time | relevance | path

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

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