Home | History | Annotate | Download | only in Checkers

Lines Matching refs:ObjCForCollectionStmt

839   : public Checker<check::PostStmt<ObjCForCollectionStmt>,
850 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
887 const ObjCForCollectionStmt *FCS) {
912 const ObjCForCollectionStmt *FCS) {
976 const ObjCForCollectionStmt *FCS,
989 const ObjCForCollectionStmt *FCS) {
1010 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS,