Home | History | Annotate | Download | only in AST

Lines Matching defs:Sel

38     Selector Sel;
41 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
44 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
47 return (NSStringSelectors[MK] = Sel);
55 Selector Sel;
58 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array"));
61 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray"));
64 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject"));
67 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObjects"));
74 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
78 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithArray"));
81 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithObjects"));
84 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("objectAtIndex"));
91 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
95 return (NSArraySelectors[MK] = Sel);
102 NSAPI::getNSArrayMethodKind(Selector Sel) {
105 if (Sel == getNSArraySelector(MK))
115 Selector Sel;
118 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("dictionary"));
121 Sel = Ctx.Selectors.getUnarySelector(
129 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
137 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
146 Sel = Ctx.Selectors.getSelector(3, KeyIdents);
150 Sel = Ctx.Selectors.getUnarySelector(
154 Sel = Ctx.Selectors.getUnarySelector(
158 Sel = Ctx.Selectors.getUnarySelector(
162 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("objectForKey"));
169 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
173 return (NSDictionarySelectors[MK] = Sel);
180 NSAPI::getNSDictionaryMethodKind(Selector Sel) {
183 if (Sel == getNSDictionarySelector(MK))
243 NSAPI::getNSNumberLiteralMethodKind(Selector Sel) const {
246 if (isNSNumberLiteralSelector(MK, Sel))