Searched refs:SetterMethod (Results 1 – 4 of 4) sorted by relevance
1741 ObjCMethodDecl *SetterMethod = 0; in AtomicPropertySetterGetterRules() local1750 SetterMethod = IMPDecl->getInstanceMethod(Property->getSetterName()); in AtomicPropertySetterGetterRules()1758 if (SetterMethod) { in AtomicPropertySetterGetterRules()1759 Diag(SetterMethod->getLocation(), in AtomicPropertySetterGetterRules()1776 SetterMethod = IMPDecl->getInstanceMethod(Property->getSetterName()); in AtomicPropertySetterGetterRules()1779 if ((GetterMethod && !SetterMethod) || (!GetterMethod && SetterMethod)) { in AtomicPropertySetterGetterRules()1782 : SetterMethod->getLocation()); in AtomicPropertySetterGetterRules()1785 << (SetterMethod != 0); in AtomicPropertySetterGetterRules()1874 ObjCMethodDecl *GetterMethod, *SetterMethod; in ProcessPropertyDecl() local1877 SetterMethod = CD->getInstanceMethod(property->getSetterName()); in ProcessPropertyDecl()[all …]
2440 if (ObjCMethodDecl *SetterMethod in ActOnAtEnd() local2442 SetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
204 ObjCMethodDecl *SetterMethod = in VisitBinaryOperator() local207 if (SetterMethod && SetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()
2535 …Not reviewed. Attempt to fix V8 - change SetterMethod function signatures, just like it has been d…