Home | History | Annotate | Download | only in Checkers

Lines Matching refs:checkPostStmt

130     void checkPostStmt(const ObjCDictionaryLiteral *DL,
132 void checkPostStmt(const ObjCArrayLiteral *AL,
322 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL,
330 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL,
850 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
1010 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS,
1199 void checkPostStmt(const ObjCArrayLiteral *E, CheckerContext &C) const {
1202 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const {
1205 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const {