Home | History | Annotate | Download | only in Checkers

Lines Matching defs:checkPostStmt

2453   void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
2454 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const;
2456 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
2457 void checkPostStmt(const CXXConstructExpr *CE, CheckerContext &C) const;
2458 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
2459 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
2536 void RetainCountChecker::checkPostStmt(const BlockExpr *BE,
2576 void RetainCountChecker::checkPostStmt(const CastExpr *CE,
2616 void RetainCountChecker::checkPostStmt(const CallExpr *CE,
2647 void RetainCountChecker::checkPostStmt(const CXXConstructExpr *CE,
2695 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL,
2701 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL,