Searched refs:SetterMethod (Results 1 – 3 of 3) sorted by relevance
1348 ObjCMethodDecl *SetterMethod = 0; in AtomicPropertySetterGetterRules() local1357 SetterMethod = IMPDecl->getInstanceMethod(Property->getSetterName()); in AtomicPropertySetterGetterRules()1365 if (SetterMethod) { in AtomicPropertySetterGetterRules()1366 Diag(SetterMethod->getLocation(), in AtomicPropertySetterGetterRules()1383 SetterMethod = IMPDecl->getInstanceMethod(Property->getSetterName()); in AtomicPropertySetterGetterRules()1386 if ((GetterMethod && !SetterMethod) || (!GetterMethod && SetterMethod)) { in AtomicPropertySetterGetterRules()1389 : SetterMethod->getLocation()); in AtomicPropertySetterGetterRules()1452 ObjCMethodDecl *GetterMethod, *SetterMethod; in ProcessPropertyDecl() local1455 SetterMethod = CD->getInstanceMethod(property->getSetterName()); in ProcessPropertyDecl()1459 if (SetterMethod) { in ProcessPropertyDecl()[all …]
2142 if (ObjCMethodDecl *SetterMethod = in ActOnAtEnd() local2144 SetterMethod->setSynthesized(true); in ActOnAtEnd()
2535 …Not reviewed. Attempt to fix V8 - change SetterMethod function signatures, just like it has been d…