Lines Matching defs:Sel

45     Selector Sel;
48 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
51 Sel = Ctx.Selectors.getUnarySelector(
55 Sel = Ctx.Selectors.getUnarySelector(
63 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
67 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString"));
70 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
73 return (NSStringSelectors[MK] = Sel);
80 NSAPI::getNSStringMethodKind(Selector Sel) const {
83 if (Sel == getNSStringSelector(MK))
92 Selector Sel;
95 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array"));
98 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray"));
101 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject"));
104 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObjects"));
111 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
115 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithArray"));
118 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithObjects"));
121 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("objectAtIndex"));
128 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
132 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("addObject"));
139 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
147 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
151 return (NSArraySelectors[MK] = Sel);
157 Optional<NSAPI::NSArrayMethodKind> NSAPI::getNSArrayMethodKind(Selector Sel) {
160 if (Sel == getNSArraySelector(MK))
170 Selector Sel;
173 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("dictionary"));
176 Sel = Ctx.Selectors.getUnarySelector(
184 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
192 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
201 Sel = Ctx.Selectors.getSelector(3, KeyIdents);
205 Sel = Ctx.Selectors.getUnarySelector(
209 Sel = Ctx.Selectors.getUnarySelector(
213 Sel = Ctx.Selectors.getUnarySelector(
221 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
225 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("objectForKey"));
232 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
240 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
248 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
252 return (NSDictionarySelectors[MK] = Sel);
259 NSAPI::getNSDictionaryMethodKind(Selector Sel) {
262 if (Sel == getNSDictionarySelector(MK))
271 Selector Sel;
274 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("addObject"));
281 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
289 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
297 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
305 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
309 return (NSSetSelectors[MK] = Sel);
316 NSAPI::getNSSetMethodKind(Selector Sel) {
319 if (Sel == getNSSetSelector(MK))
379 NSAPI::getNSNumberLiteralMethodKind(Selector Sel) const {
382 if (isNSNumberLiteralSelector(MK, Sel))
583 Selector &Sel) const {
584 if (Sel.isNull()) {
589 Sel = Ctx.Selectors.getSelector(Idents.size(), Idents.data());
591 return Sel;