Searched refs:SetterMethod (Results 1 – 4 of 4) sorted by relevance
2183 ObjCMethodDecl *SetterMethod = nullptr; in AtomicPropertySetterGetterRules() local2193 SetterMethod = Property->isClassProperty() ? in AtomicPropertySetterGetterRules()2198 if (SetterMethod && SetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()2199 SetterMethod = nullptr; in AtomicPropertySetterGetterRules()2206 if (SetterMethod) { in AtomicPropertySetterGetterRules()2207 Diag(SetterMethod->getLocation(), in AtomicPropertySetterGetterRules()2223 SetterMethod = PIDecl->getSetterMethodDecl(); in AtomicPropertySetterGetterRules()2226 if (SetterMethod && SetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()2227 SetterMethod = nullptr; in AtomicPropertySetterGetterRules()2228 if ((bool)GetterMethod ^ (bool)SetterMethod) { in AtomicPropertySetterGetterRules()[all …]
4099 if (ObjCMethodDecl *SetterMethod in ActOnAtEnd() local4101 SetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
191 ObjCMethodDecl *SetterMethod = in VisitBinaryOperator() local194 if (SetterMethod && SetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()
1178 ObjCMethodDecl *SetterMethod = D->getInstanceMethod(SetterSelector); in migrateProperty() local1180 if (!SetterMethod) { in migrateProperty()1201 SetterMethod = D->getInstanceMethod(SetterSelector); in migrateProperty()1206 if (SetterMethod) { in migrateProperty()1210 if (SetterMethod->isDeprecated() || in migrateProperty()1211 !AttributesMatch(Method, SetterMethod, AvailabilityArgsMatch)) in migrateProperty()1215 QualType SRT = SetterMethod->getReturnType(); in migrateProperty()1218 const ParmVarDecl *argDecl = *SetterMethod->param_begin(); in migrateProperty()1223 rewriteToObjCProperty(Method, SetterMethod, *NSAPIObj, commit, in migrateProperty()