Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp235 class CallGraphDumper : public Checker< check::ASTDecl<TranslationUnitDecl> > { class
247 mgr.registerChecker<CallGraphDumper>(); in registerCallGraphDumper()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1497 def CallGraphDumper : Checker<"DumpCallGraph">,