Lines Matching refs:Prop
283 void RewriteProperty(ObjCPropertyDecl *prop);
963 void RewriteObjC::RewriteProperty(ObjCPropertyDecl *prop) {
964 SourceLocation Loc = prop->getAtLoc();
5366 for (const auto *Prop : IDecl->property_impls()) {
5367 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
5369 if (!Prop->getPropertyIvarDecl())
5371 ObjCPropertyDecl *PD = Prop->getPropertyDecl();
5374 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl())
5379 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl())
5644 for (const auto *Prop : IDecl->property_impls()) {
5645 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
5647 if (!Prop->getPropertyIvarDecl())
5649 ObjCPropertyDecl *PD = Prop->getPropertyDecl();
5652 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl())
5656 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl())