Home
last modified time | relevance | path

Searched refs:SetterMethod (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1348 ObjCMethodDecl *SetterMethod = 0; in AtomicPropertySetterGetterRules() local
1357 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() local
1455 SetterMethod = CD->getInstanceMethod(property->getSetterName()); in ProcessPropertyDecl()
1459 if (SetterMethod) { in ProcessPropertyDecl()
[all …]
DSemaDeclObjC.cpp2142 if (ObjCMethodDecl *SetterMethod = in ActOnAtEnd() local
2144 SetterMethod->setSynthesized(true); in ActOnAtEnd()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-292535 …Not reviewed. Attempt to fix V8 - change SetterMethod function signatures, just like it has been d…