Home | History | Annotate | Download | only in AST

Lines Matching refs:Selectors

43       Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
46 Sel = Ctx.Selectors.getUnarySelector(
54 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
58 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString"));
61 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
86 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array"));
89 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray"));
92 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject"));
95 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObjects"));
102 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
106 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithArray"));
109 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithObjects"));
112 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("objectAtIndex"));
119 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
145 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("dictionary"));
148 Sel = Ctx.Selectors.getUnarySelector(
156 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
164 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
173 Sel = Ctx.Selectors.getSelector(3, KeyIdents);
177 Sel = Ctx.Selectors.getUnarySelector(
181 Sel = Ctx.Selectors.getUnarySelector(
185 Sel = Ctx.Selectors.getUnarySelector(
193 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
197 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("objectForKey"));
204 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
273 Sels[MK] = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(Names[MK]));
426 Sel = Ctx.Selectors.getSelector(Idents.size(), Idents.data());