reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
   85   void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const;

References

tools/clang/include/clang/StaticAnalyzer/Core/Checker.h
  274     ((const CHECKER *)checker)->checkBranchCondition(Condition, C);