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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
   76   void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;

References

tools/clang/include/clang/StaticAnalyzer/Core/Checker.h
  215     ((const CHECKER *)checker)->checkBind(location, val, S, C);