Lines Matching refs:ObjCProperty
6253 const ObjCPropertyDecl *ObjCProperty,
6358 if (ObjCProperty)
6359 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute)
6360 << ObjCProperty->getDeclName() << property_note_select;
6365 if (ObjCProperty)
6366 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute)
6367 << ObjCProperty->getDeclName() << property_note_select;
6473 const ObjCPropertyDecl *ObjCProperty,
6478 AD, Loc, D, UnknownObjCClass, ObjCProperty, Message,
6485 ObjCProperty, ObjCPropertyAccess);