Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Setter

1781 /// \return true if Setter has the default name for the property PD.
1783 const ObjCMethodDecl *Setter) {
1785 if (!Setter)
1788 assert(Setter->getDeclName().isObjCOneArgSelector());
1790 Setter->getDeclName().getObjCSelector().getNameForSlot(0);
1934 ObjCMethodDecl *Setter = PD->getSetterMethodDecl();
1939 hasDefaultSetterName(PD, Setter) ? ""
2023 ObjCMethodDecl *Setter = PD->getSetterMethodDecl();
2028 hasDefaultSetterName(PD, Setter) ? "" : getSelectorName(