Lines Matching defs:Prop
7027 for (const auto *Prop : IDecl->property_impls()) {
7028 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
7030 if (!Prop->getPropertyIvarDecl())
7032 ObjCPropertyDecl *PD = Prop->getPropertyDecl();
7035 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl())
7040 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl())
7277 for (const auto *Prop : IDecl->property_impls()) {
7278 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
7280 if (!Prop->getPropertyIvarDecl())
7282 ObjCPropertyDecl *PD = Prop->getPropertyDecl();
7285 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl())
7289 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl())