Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Setter

1511 /// \return true if Setter has the default name for the property PD.
1513 const ObjCMethodDecl *Setter) {
1515 if (!Setter)
1518 assert(Setter->getDeclName().isObjCOneArgSelector());
1520 Setter->getDeclName().getObjCSelector().getNameForSlot(0);
1593 ObjCMethodDecl *Setter = PD->getSetterMethodDecl();
1599 hasDefaultSetterName(PD, Setter) ? "" :
1667 ObjCMethodDecl *Setter = PD->getSetterMethodDecl();
1673 hasDefaultSetterName(PD, Setter) ? "" :