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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  820   void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;

References

tools/clang/include/clang/StaticAnalyzer/Core/Checker.h
  104     ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);