Lines Matching refs:Ctx

17   : Ctx(ctx), ClassIds(), BOOLId(0), NSIntegerId(0), NSUIntegerId(0),
33 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K]));
43 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
46 Sel = Ctx.Selectors.getUnarySelector(
47 &Ctx.Idents.get("stringWithUTF8String"));
51 &Ctx.Idents.get("stringWithCString"),
52 &Ctx.Idents.get("encoding")
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"));
99 &Ctx.Idents.get("arrayWithObjects"),
100 &Ctx.Idents.get("count")
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"));
116 &Ctx.Idents.get("replaceObjectAtIndex"),
117 &Ctx.Idents.get("withObject")
119 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
145 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("dictionary"));
148 Sel = Ctx.Selectors.getUnarySelector(
149 &Ctx.Idents.get("dictionaryWithDictionary"));
153 &Ctx.Idents.get("dictionaryWithObject"),
154 &Ctx.Idents.get("forKey")
156 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
161 &Ctx.Idents.get("dictionaryWithObjects"),
162 &Ctx.Idents.get("forKeys")
164 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
169 &Ctx.Idents.get("dictionaryWithObjects"),
170 &Ctx.Idents.get("forKeys"),
171 &Ctx.Idents.get("count")
173 Sel = Ctx.Selectors.getSelector(3, KeyIdents);
177 Sel = Ctx.Selectors.getUnarySelector(
178 &Ctx.Idents.get("dictionaryWithObjectsAndKeys"));
181 Sel = Ctx.Selectors.getUnarySelector(
182 &Ctx.Idents.get("initWithDictionary"));
185 Sel = Ctx.Selectors.getUnarySelector(
186 &Ctx.Idents.get("initWithObjectsAndKeys"));
190 &Ctx.Idents.get("initWithObjects"),
191 &Ctx.Idents.get("forKeys")
193 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
197 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("objectForKey"));
201 &Ctx.Idents.get("setObject"),
202 &Ctx.Idents.get("forKey")
204 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
273 Sels[MK] = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(Names[MK]));
384 if (!Ctx.getLangOpts().ObjC1)
390 II = &Ctx.Idents.get(name);
403 if (!Ctx.getLangOpts().ObjC1)
409 II = &Ctx.Idents.get(name);
425 Idents.push_back(&Ctx.Idents.get(*I));
426 Sel = Ctx.Selectors.getSelector(Idents.size(), Idents.data());