Lines Matching defs:SetterMethod
1175 ObjCMethodDecl *SetterMethod = D->getInstanceMethod(SetterSelector);
1177 if (!SetterMethod) {
1198 SetterMethod = D->getInstanceMethod(SetterSelector);
1203 if (SetterMethod) {
1207 if (SetterMethod->isDeprecated() ||
1208 !AttributesMatch(Method, SetterMethod, AvailabilityArgsMatch))
1212 QualType SRT = SetterMethod->getReturnType();
1215 const ParmVarDecl *argDecl = *SetterMethod->param_begin();
1220 rewriteToObjCProperty(Method, SetterMethod, *NSAPIObj, commit,
1234 rewriteToObjCProperty(Method, nullptr /*SetterMethod*/, *NSAPIObj, commit,