Home | History | Annotate | Download | only in AST

Lines Matching refs:Selectors

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"));
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);
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);
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);
374 Sels[MK] = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(Names[MK]));
581 Sel = Ctx.Selectors.getSelector(Idents.size(), Idents.data());