Lines Matching refs:PID
4126 ObjCPropertyImplDecl *PID = *i;
4127 if (PID->getPropertyDecl() == PD) {
4128 if (PID->getPropertyImplementation()==ObjCPropertyImplDecl::Dynamic) {
4131 SynthesizePID = PID;
4140 ObjCPropertyImplDecl *PID = *i;
4141 if (PID->getPropertyDecl() == PD) {
4142 if (PID->getPropertyImplementation()==ObjCPropertyImplDecl::Dynamic) {
4145 SynthesizePID = PID;