Searched refs:SetterMethod (Results 1 – 3 of 3) sorted by relevance
2169 ObjCMethodDecl *SetterMethod = nullptr; in AtomicPropertySetterGetterRules() local2179 SetterMethod = Property->isClassProperty() ? in AtomicPropertySetterGetterRules()2184 if (SetterMethod && SetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()2185 SetterMethod = nullptr; in AtomicPropertySetterGetterRules()2192 if (SetterMethod) { in AtomicPropertySetterGetterRules()2193 Diag(SetterMethod->getLocation(), in AtomicPropertySetterGetterRules()2209 SetterMethod = PIDecl->getSetterMethodDecl(); in AtomicPropertySetterGetterRules()2212 if (SetterMethod && SetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()2213 SetterMethod = nullptr; in AtomicPropertySetterGetterRules()2214 if ((bool)GetterMethod ^ (bool)SetterMethod) { in AtomicPropertySetterGetterRules()[all …]
4122 if (ObjCMethodDecl *SetterMethod in ActOnAtEnd() local4124 SetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
191 ObjCMethodDecl *SetterMethod = in VisitBinaryOperator() local194 if (SetterMethod && SetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()