Searched refs:SetterMethod (Results 1 – 4 of 4) sorted by relevance
2193 if (SetterMethod && SetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()2194 SetterMethod = nullptr; in AtomicPropertySetterGetterRules()2201 if (SetterMethod) { in AtomicPropertySetterGetterRules()2221 if (SetterMethod && SetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()2222 SetterMethod = nullptr; in AtomicPropertySetterGetterRules()2398 if (!SetterMethod) in ProcessPropertyDecl()2526 if (!SetterMethod) { in ProcessPropertyDecl()2577 CD->addDecl(SetterMethod); in ProcessPropertyDecl()2609 if (SetterMethod) in ProcessPropertyDecl()2614 if (SetterMethod) in ProcessPropertyDecl()[all …]
4114 if (ObjCMethodDecl *SetterMethod in ActOnAtEnd() local4116 SetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
191 ObjCMethodDecl *SetterMethod = in VisitBinaryOperator() local194 if (SetterMethod && SetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()
1174 ObjCMethodDecl *SetterMethod = D->getInstanceMethod(SetterSelector); in migrateProperty() local1176 if (!SetterMethod) { in migrateProperty()1197 SetterMethod = D->getInstanceMethod(SetterSelector); in migrateProperty()1202 if (SetterMethod) { in migrateProperty()1206 if (SetterMethod->isDeprecated() || in migrateProperty()1207 !AttributesMatch(Method, SetterMethod, AvailabilityArgsMatch)) in migrateProperty()1211 QualType SRT = SetterMethod->getReturnType(); in migrateProperty()1214 const ParmVarDecl *argDecl = *SetterMethod->param_begin(); in migrateProperty()1219 rewriteToObjCProperty(Method, SetterMethod, *NSAPIObj, commit, in migrateProperty()