Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:Setter

844   // Generate the 'setter' function.
939 // When method is a synthesized one, such as a getter/setter there is
5491 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl())
5492 if (!Setter->isDefined())
5493 InstanceMethods.push_back(Setter);
5775 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl())
5776 InstanceMethods.push_back(Setter);