Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp161 class CallGraphDumper : public Checker< check::ASTDecl<TranslationUnitDecl> > { class
173 mgr.registerChecker<CallGraphDumper>(); in registerCallGraphDumper()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td855 def CallGraphDumper : Checker<"DumpCallGraph">,