Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PID

1981     ObjCPropertyImplDecl *PID = *i;
1984 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
1985 ObjCPropertyDecl *PD = PID->getPropertyDecl();
1994 const_cast<ObjCImplementationDecl *>(D), PID);
1998 const_cast<ObjCImplementationDecl *>(D), PID);