Lines Matching refs:checkPostStmt
2613 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
2614 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const;
2616 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
2617 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
2618 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
2620 void checkPostStmt(const ObjCIvarRefExpr *IRE, CheckerContext &C) const;
2701 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in RetainCountChecker
2741 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in RetainCountChecker
2809 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in RetainCountChecker
2815 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in RetainCountChecker
2821 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt() function in RetainCountChecker
2836 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt() function in RetainCountChecker