Searched refs:NSSetMethodKind (Results 1 – 3 of 3) sorted by relevance
121 enum NSSetMethodKind { enum131 Selector getNSSetSelector(NSSetMethodKind MK) const;134 std::optional<NSSetMethodKind> getNSSetMethodKind(Selector Sel);
236 Selector NSAPI::getNSSetSelector(NSSetMethodKind MK) const { in getNSSetSelector()275 std::optional<NSAPI::NSSetMethodKind> NSAPI::getNSSetMethodKind(Selector Sel) { in getNSSetMethodKind()277 NSSetMethodKind MK = NSSetMethodKind(i); in getNSSetMethodKind()
1073 std::optional<NSAPI::NSSetMethodKind> MKOpt = in GetNSSetArgumentIndex()1079 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()