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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1753 ObjCMethodDecl *SetterMethod = 0; local
1762 SetterMethod = IMPDecl->getInstanceMethod(Property->getSetterName());
1770 if (SetterMethod) {
1771 Diag(SetterMethod->getLocation(),
1788 SetterMethod = IMPDecl->getInstanceMethod(Property->getSetterName());
1791 if ((GetterMethod && !SetterMethod) || (!GetterMethod && SetterMethod)) {
1794 : SetterMethod->getLocation());
1797 << (SetterMethod != 0);
1886 ObjCMethodDecl *GetterMethod, *SetterMethod; local
[all...]
H A DSemaDeclObjC.cpp2622 if (ObjCMethodDecl *SetterMethod
2624 SetterMethod->setPropertyAccessor(true);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp204 ObjCMethodDecl *SetterMethod = local
207 if (SetterMethod && SetterMethod->getCanonicalDecl() == MD)
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp288 if (ObjCMethodDecl *SetterMethod = D->lookupMethod(SetterSelector, true)) {
290 QualType SRT = SetterMethod->getResultType();
293 const ParmVarDecl *argDecl = *SetterMethod->param_begin();
296 SetterMethod->hasAttrs())
299 rewriteToObjCProperty(Method, SetterMethod, *NSAPIObj, commit);

Completed in 108 milliseconds