Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp26 class TraversalDumper : public Checker< check::BranchCondition, class
36 void TraversalDumper::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
54 void TraversalDumper::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction()
58 void TraversalDumper::checkEndFunction(const ReturnStmt *RS, in checkEndFunction()
64 mgr.registerChecker<TraversalDumper>(); in registerTraversalDumper()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1603 def TraversalDumper : Checker<"DumpTraversal">,