Lines Matching defs:ObjCProperty
394 const ObjCPropertyDecl *ObjCProperty,
641 if (ObjCProperty)
642 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute)
643 << ObjCProperty->getDeclName() << property_note_select;
646 if (ObjCProperty)
647 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute)
648 << ObjCProperty->getDeclName() << property_note_select;
676 const ObjCPropertyDecl *ObjCProperty,
683 ObjCProperty, Message, ObjCPropertyAccess));
689 Message, Locs, UnknownObjCClass, ObjCProperty,