Home | History | Annotate | Download | only in AST

Lines Matching refs:Idents

31     return (ClassIds[K] = &Ctx.Idents.get(ClassName[K]));
41 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
44 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
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"));
71 &Ctx.Idents.get("arrayWithObjects"),
72 &Ctx.Idents.get("count")
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"));
88 &Ctx.Idents.get("replaceObjectAtIndex"),
89 &Ctx.Idents.get("withObject")
118 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("dictionary"));
122 &Ctx.Idents.get("dictionaryWithDictionary"));
126 &Ctx.Idents.get("dictionaryWithObject"),
127 &Ctx.Idents.get("forKey")
134 &Ctx.Idents.get("dictionaryWithObjects"),
135 &Ctx.Idents.get("forKeys")
142 &Ctx.Idents.get("dictionaryWithObjects"),
143 &Ctx.Idents.get("forKeys"),
144 &Ctx.Idents.get("count")
151 &Ctx.Idents.get("dictionaryWithObjectsAndKeys"));
155 &Ctx.Idents.get("initWithDictionary"));
159 &Ctx.Idents.get("initWithObjectsAndKeys"));
162 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("objectForKey"));
166 &Ctx.Idents.get("setObject"),
167 &Ctx.Idents.get("forKey")
238 Sels[MK] = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(Names[MK]));