Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:ObjCForCollectionStmt

305     Stmt *RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S,
1408 if (Stmts.empty() || !isa<ObjCForCollectionStmt>(Stmts.back()))
1425 if (Stmts.empty() || !isa<ObjCForCollectionStmt>(Stmts.back()))
1470 Stmt *RewriteObjC::RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S,
1472 assert(!Stmts.empty() && "ObjCForCollectionStmt - Statement stack empty");
1473 assert(isa<ObjCForCollectionStmt>(Stmts.back()) &&
1474 "ObjCForCollectionStmt Statement stack mismatch");
1476 "ObjCForCollectionStmt - Label No stack empty");
4566 if (const ObjCForCollectionStmt * CS =
4567 dyn_cast<ObjCForCollectionStmt>(Stmts.back()))
4580 else if (isa<ObjCForCollectionStmt>(S)) {
4686 if (ObjCForCollectionStmt *StmtForCollection =
4687 dyn_cast<ObjCForCollectionStmt>(S))
4704 // the context of an ObjCForCollectionStmt. For example: