Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:AtLoc

220                             SourceLocation AtLoc,
265 MigrateCtx.AtPropsWeak.insert(AtLoc);
277 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc);
279 MigrateCtx.addPropertyAttribute(toAttr, AtLoc);
289 TA.clearDiagnostic(diag::err_objc_property_attr_mutually_exclusive, AtLoc);
306 SourceLocation AtLoc = PD->getAtLoc();
307 if (AtLoc.isInvalid())
309 AtProps[AtLoc].push_back(PD);
314 SourceLocation AtLoc = I->first;
316 checkAllAtProps(MigrateCtx, AtLoc, IndProps);