Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Setter

849   // Generate the 'setter' function.
944 // When method is a synthesized one, such as a getter/setter there is
5502 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl())
5503 if (!Setter->isDefined())
5504 InstanceMethods.push_back(Setter);
5786 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl())
5787 InstanceMethods.push_back(Setter);