Searched refs:SetterMethod (Results 1 – 4 of 4) sorted by relevance
2197 if (SetterMethod && SetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()2198 SetterMethod = nullptr; in AtomicPropertySetterGetterRules()2205 if (SetterMethod) { in AtomicPropertySetterGetterRules()2225 if (SetterMethod && SetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()2226 SetterMethod = nullptr; in AtomicPropertySetterGetterRules()2402 if (!SetterMethod) in ProcessPropertyDecl()2531 if (!SetterMethod) { in ProcessPropertyDecl()2538 SetterMethod = in ProcessPropertyDecl()2617 if (SetterMethod) in ProcessPropertyDecl()2622 if (SetterMethod) in ProcessPropertyDecl()[all …]
4107 if (ObjCMethodDecl *SetterMethod in ActOnAtEnd() local4109 SetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
191 ObjCMethodDecl *SetterMethod = in VisitBinaryOperator() local194 if (SetterMethod && SetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()
1177 ObjCMethodDecl *SetterMethod = D->getInstanceMethod(SetterSelector); in migrateProperty() local1179 if (!SetterMethod) { in migrateProperty()1200 SetterMethod = D->getInstanceMethod(SetterSelector); in migrateProperty()1205 if (SetterMethod) { in migrateProperty()1209 if (SetterMethod->isDeprecated() || in migrateProperty()1210 !AttributesMatch(Method, SetterMethod, AvailabilityArgsMatch)) in migrateProperty()1214 QualType SRT = SetterMethod->getReturnType(); in migrateProperty()1217 const ParmVarDecl *argDecl = *SetterMethod->param_begin(); in migrateProperty()1222 rewriteToObjCProperty(Method, SetterMethod, *NSAPIObj, commit, in migrateProperty()