Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PID

3626   for (const auto *PID : D->property_impls()) {
3628 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
3629 ObjCPropertyDecl *PD = PID->getPropertyDecl();
3638 const_cast<ObjCImplementationDecl *>(D), PID);
3642 const_cast<ObjCImplementationDecl *>(D), PID);