Home | History | Annotate | Download | only in IR

Lines Matching defs:SetterName

745   StringRef SetterName;
750 StringRef GetterName, StringRef SetterName, unsigned Attributes,
753 SetterName(SetterName), Attributes(Attributes), Type(Type) {}
756 GetterName(N->getGetterName()), SetterName(N->getSetterName()),
762 SetterName == RHS->getSetterName() &&
766 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,