Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:MigrateCtx

47   MigrationContext &MigrateCtx;
73 explicit PropertiesRewriter(MigrationContext &MigrateCtx)
74 : MigrateCtx(MigrateCtx), Pass(MigrateCtx.Pass) { }
173 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
297 return MigrateCtx.removePropertyAttribute(fromAttr, atLoc);
302 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);
306 return MigrateCtx.addPropertyAttribute(attr, atLoc);
370 return MigrateCtx.AtPropsWeak.count(atLoc.getRawEncoding());