Lines Matching defs:PID
318 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
916 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
923 if (PID->getBeginLoc().isValid()) {
924 SourceLocation startLoc = PID->getBeginLoc();
934 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
938 ObjCPropertyDecl *PD = PID->getPropertyDecl();
939 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
956 PID->getGetterMethodDecl(), Getr);
964 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr,
1016 PID->getSetterMethodDecl(), Setr);