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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  296   void checkPostStmt(const CastExpr *CE, CheckerContext &C) const;

References

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