Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:AtLoc

225                             SourceLocation AtLoc,
271 MigrateCtx.AtPropsWeak.insert(AtLoc.getRawEncoding());
283 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc);
285 MigrateCtx.addPropertyAttribute(toAttr, AtLoc);
294 TA.clearDiagnostic(diag::err_objc_property_attr_mutually_exclusive, AtLoc);
311 SourceLocation AtLoc = PD->getAtLoc();
312 if (AtLoc.isInvalid())
314 unsigned RawAt = AtLoc.getRawEncoding();
321 SourceLocation AtLoc = SourceLocation::getFromRawEncoding(I->first);
323 checkAllAtProps(MigrateCtx, AtLoc, IndProps);