Lines Matching refs:checkPostStmt
2588 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
2589 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const;
2591 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
2592 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
2593 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
2595 void checkPostStmt(const ObjCIvarRefExpr *IRE, CheckerContext &C) const;
2676 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in RetainCountChecker
2716 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in RetainCountChecker
2787 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in RetainCountChecker
2793 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in RetainCountChecker
2799 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt() function in RetainCountChecker
2822 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt() function in RetainCountChecker