Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Setter

850   // Generate the 'setter' function.
944 // When method is a synthesized one, such as a getter/setter there is
5488 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl())
5489 if (!Setter->isDefined())
5490 InstanceMethods.push_back(Setter);
5769 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl())
5770 InstanceMethods.push_back(Setter);