Lines Matching defs:ObjCProperty
402 const ObjCPropertyDecl *ObjCProperty,
668 if (ObjCProperty)
669 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute)
670 << ObjCProperty->getDeclName() << property_note_select;
673 if (ObjCProperty)
674 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute)
675 << ObjCProperty->getDeclName() << property_note_select;
703 const ObjCPropertyDecl *ObjCProperty,
710 ObjCProperty, Message, ObjCPropertyAccess));
716 Message, Locs, UnknownObjCClass, ObjCProperty,