Searched refs:NSSetMethodKind (Results 1 – 3 of 3) sorted by relevance
121 enum NSSetMethodKind { enum131 Selector getNSSetSelector(NSSetMethodKind MK) const;134 Optional<NSSetMethodKind> getNSSetMethodKind(Selector Sel);
257 Selector NSAPI::getNSSetSelector(NSSetMethodKind MK) const { in getNSSetSelector()303 Optional<NSAPI::NSSetMethodKind>306 NSSetMethodKind MK = NSSetMethodKind(i); in getNSSetMethodKind()
15034 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()15039 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()