Searched refs:SetterMethod (Results 1 – 4 of 4) sorted by relevance
1958 ObjCMethodDecl *SetterMethod = nullptr; in AtomicPropertySetterGetterRules() local1969 SetterMethod = Property->isClassProperty() ? in AtomicPropertySetterGetterRules()1979 if (SetterMethod) { in AtomicPropertySetterGetterRules()1980 Diag(SetterMethod->getLocation(), in AtomicPropertySetterGetterRules()1999 SetterMethod = Property->isClassProperty() ? in AtomicPropertySetterGetterRules()2003 if ((GetterMethod && !SetterMethod) || (!GetterMethod && SetterMethod)) { in AtomicPropertySetterGetterRules()2006 : SetterMethod->getLocation()); in AtomicPropertySetterGetterRules()2009 << (SetterMethod != nullptr); in AtomicPropertySetterGetterRules()2145 ObjCMethodDecl *GetterMethod, *SetterMethod; in ProcessPropertyDecl() local2165 SetterMethod = IsClassProperty ? in ProcessPropertyDecl()[all …]
3815 if (ObjCMethodDecl *SetterMethod in ActOnAtEnd() local3817 SetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
190 ObjCMethodDecl *SetterMethod = in VisitBinaryOperator() local193 if (SetterMethod && SetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()
1187 ObjCMethodDecl *SetterMethod = D->getInstanceMethod(SetterSelector); in migrateProperty() local1189 if (!SetterMethod) { in migrateProperty()1210 SetterMethod = D->getInstanceMethod(SetterSelector); in migrateProperty()1215 if (SetterMethod) { in migrateProperty()1219 if (SetterMethod->isDeprecated() || in migrateProperty()1220 !AttributesMatch(Method, SetterMethod, AvailabilityArgsMatch)) in migrateProperty()1224 QualType SRT = SetterMethod->getReturnType(); in migrateProperty()1227 const ParmVarDecl *argDecl = *SetterMethod->param_begin(); in migrateProperty()1232 rewriteToObjCProperty(Method, SetterMethod, *NSAPIObj, commit, in migrateProperty()