Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PID

2966   for (const auto *PID : D->property_impls()) {
2968 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
2969 ObjCPropertyDecl *PD = PID->getPropertyDecl();
2978 const_cast<ObjCImplementationDecl *>(D), PID);
2982 const_cast<ObjCImplementationDecl *>(D), PID);