Lines Matching defs:PID
319 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
917 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
924 if (PID->getBeginLoc().isValid()) {
925 SourceLocation startLoc = PID->getBeginLoc();
935 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
939 ObjCPropertyDecl *PD = PID->getPropertyDecl();
940 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
957 PID->getGetterMethodDecl(), Getr);
965 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr,
1017 PID->getSetterMethodDecl(), Setr);