Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PD

2722       ObjCPropertyDecl *PD = PID->getPropertyDecl();
2729 if (!D->getInstanceMethod(PD->getGetterName()))
2732 if (!PD->isReadOnly() &&
2733 !D->getInstanceMethod(PD->getSetterName()))