Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ObjCForCollectionStmt

311     Stmt *RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S,
1439 if (Stmts.empty() || !isa<ObjCForCollectionStmt>(Stmts.back()))
1456 if (Stmts.empty() || !isa<ObjCForCollectionStmt>(Stmts.back()))
1501 Stmt *RewriteObjC::RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S,
1503 assert(!Stmts.empty() && "ObjCForCollectionStmt - Statement stack empty");
1504 assert(isa<ObjCForCollectionStmt>(Stmts.back()) &&
1505 "ObjCForCollectionStmt Statement stack mismatch");
1507 "ObjCForCollectionStmt - Label No stack empty");
4664 if (const ObjCForCollectionStmt * CS =
4665 dyn_cast<ObjCForCollectionStmt>(Stmts.back()))
4678 else if (isa<ObjCForCollectionStmt>(S)) {
4785 if (ObjCForCollectionStmt *StmtForCollection =
4786 dyn_cast<ObjCForCollectionStmt>(S))
4803 // the context of an ObjCForCollectionStmt. For example: