Searched refs:ObjCPropery (Results 1 – 1 of 1) sorted by relevance
5234 const ObjCPropertyDecl *ObjCPropery) { in DoEmitDeprecationWarning() argument5241 if (ObjCPropery) in DoEmitDeprecationWarning()5242 S.Diag(ObjCPropery->getLocation(), diag::note_property_attribute) in DoEmitDeprecationWarning()5243 << ObjCPropery->getDeclName() << 0; in DoEmitDeprecationWarning()5249 if (ObjCPropery) in DoEmitDeprecationWarning()5250 S.Diag(ObjCPropery->getLocation(), diag::note_property_attribute) in DoEmitDeprecationWarning()5251 << ObjCPropery->getDeclName() << 0; in DoEmitDeprecationWarning()