Lines Matching refs: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, in checkPostStmt() function in RetainCountChecker
2740 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in RetainCountChecker
2808 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in RetainCountChecker
2814 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in RetainCountChecker
2820 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt() function in RetainCountChecker
2843 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt() function in RetainCountChecker