Searched refs:setterMethod (Results 1 – 1 of 1) sorted by relevance
775 if (ObjCMethodDecl *setterMethod = property->getSetterMethodDecl()) { in ActOnPropertyImplDecl() local776 setterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()780 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl()787 ObjCMethodDecl::param_iterator P = setterMethod->param_begin(); in ActOnPropertyImplDecl()