Lines Matching defs:SetterMethod
1174 ObjCMethodDecl *SetterMethod = D->getInstanceMethod(SetterSelector);
1176 if (!SetterMethod) {
1197 SetterMethod = D->getInstanceMethod(SetterSelector);
1202 if (SetterMethod) {
1206 if (SetterMethod->isDeprecated() ||
1207 !AttributesMatch(Method, SetterMethod, AvailabilityArgsMatch))
1211 QualType SRT = SetterMethod->getReturnType();
1214 const ParmVarDecl *argDecl = *SetterMethod->param_begin();
1219 rewriteToObjCProperty(Method, SetterMethod, *NSAPIObj, commit,
1233 rewriteToObjCProperty(Method, nullptr /*SetterMethod*/, *NSAPIObj, commit,