Lines Matching refs:MigrateCtx
47 MigrationContext &MigrateCtx;
73 explicit PropertiesRewriter(MigrationContext &MigrateCtx)
74 : MigrateCtx(MigrateCtx), Pass(MigrateCtx.Pass) { }
171 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
289 return MigrateCtx.removePropertyAttribute(fromAttr, atLoc);
294 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);
298 return MigrateCtx.addPropertyAttribute(attr, atLoc);
362 return MigrateCtx.AtPropsWeak.count(atLoc.getRawEncoding());