Home | History | Annotate | Download | only in Analysis

Lines Matching defs:VisitObjCForCollectionStmt

476   CFGBlock *VisitObjCForCollectionStmt(ObjCForCollectionStmt *S);
1578 return VisitObjCForCollectionStmt(cast<ObjCForCollectionStmt>(S));
2557 CFGBlock *CFGBuilder::VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) {