Searched refs:NSSetMethodKind (Results 1 – 3 of 3) sorted by relevance
125 enum NSSetMethodKind { enum135 Selector getNSSetSelector(NSSetMethodKind MK) const;138 Optional<NSSetMethodKind> getNSSetMethodKind(Selector Sel);
269 Selector NSAPI::getNSSetSelector(NSSetMethodKind MK) const { in getNSSetSelector()315 Optional<NSAPI::NSSetMethodKind>318 NSSetMethodKind MK = NSSetMethodKind(i); in getNSSetMethodKind()
10055 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()10060 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()