Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1741 ObjCMethodDecl *SetterMethod = 0; in AtomicPropertySetterGetterRules() local
1750 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() local
1877 SetterMethod = CD->getInstanceMethod(property->getSetterName()); in ProcessPropertyDecl()
[all …]
DSemaDeclObjC.cpp2440 if (ObjCMethodDecl *SetterMethod in ActOnAtEnd() local
2442 SetterMethod->setPropertyAccessor(true); in ActOnAtEnd()
/external/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp204 ObjCMethodDecl *SetterMethod = in VisitBinaryOperator() local
207 if (SetterMethod && SetterMethod->getCanonicalDecl() == MD) in VisitBinaryOperator()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-292535 …Not reviewed. Attempt to fix V8 - change SetterMethod function signatures, just like it has been d…