Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Setter

1618 /// \return true if Setter has the default name for the property PD.
1620 const ObjCMethodDecl *Setter) {
1622 if (!Setter)
1625 assert(Setter->getDeclName().isObjCOneArgSelector());
1627 Setter->getDeclName().getObjCSelector().getNameForSlot(0);
1704 ObjCMethodDecl *Setter = PD->getSetterMethodDecl();
1710 hasDefaultSetterName(PD, Setter) ? "" :
1778 ObjCMethodDecl *Setter = PD->getSetterMethodDecl();
1784 hasDefaultSetterName(PD, Setter) ? "" :