Lines Matching defs:checkPostStmt
2612 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
2613 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const;
2615 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
2616 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
2617 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
2619 void checkPostStmt(const ObjCIvarRefExpr *IRE, CheckerContext &C) const;
2700 void RetainCountChecker::checkPostStmt(const BlockExpr *BE,
2740 void RetainCountChecker::checkPostStmt(const CastExpr *CE,
2808 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL,
2814 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL,
2820 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex,
2843 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE,