Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:Setter

862   // Generate the 'setter' function.
960 // When method is a synthesized one, such as a getter/setter there is
6774 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl())
6775 if (!Setter->isDefined())
6776 InstanceMethods.push_back(Setter);
7037 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl())
7038 InstanceMethods.push_back(Setter);