Home | History | Annotate | Download | only in Checkers

Lines Matching defs: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,
2716 void RetainCountChecker::checkPostStmt(const CastExpr *CE,
2787 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL,
2793 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL,
2799 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex,
2822 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE,