Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Setter

1661 /// \return true if Setter has the default name for the property PD.
1663 const ObjCMethodDecl *Setter) {
1665 if (!Setter)
1668 assert(Setter->getDeclName().isObjCOneArgSelector());
1670 Setter->getDeclName().getObjCSelector().getNameForSlot(0);
1808 ObjCMethodDecl *Setter = PD->getSetterMethodDecl();
1813 hasDefaultSetterName(PD, Setter) ? ""
1897 ObjCMethodDecl *Setter = PD->getSetterMethodDecl();
1902 hasDefaultSetterName(PD, Setter) ? "" : getSelectorName(