Lines Matching defs:checkPostStmt
2552 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
2553 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const;
2555 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
2556 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
2557 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
2559 void checkPostStmt(const ObjCIvarRefExpr *IRE, CheckerContext &C) const;
2640 void RetainCountChecker::checkPostStmt(const BlockExpr *BE,
2680 void RetainCountChecker::checkPostStmt(const CastExpr *CE,
2751 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL,
2757 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL,
2763 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex,
2778 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE,