Lines Matching full:get
38 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K]));
48 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
52 &Ctx.Idents.get("stringWithUTF8String"));
56 &Ctx.Idents.get("initWithUTF8String"));
59 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("stringWithCString"),
60 &Ctx.Idents.get("encoding")};
65 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString"));
68 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
82 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array"));
85 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray"));
88 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject"));
91 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObjects"));
94 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("arrayWithObjects"),
95 &Ctx.Idents.get("count")};
100 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithArray"));
103 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithObjects"));
106 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("objectAtIndex"));
110 &Ctx.Idents.get("replaceObjectAtIndex"),
111 &Ctx.Idents.get("withObject")};
116 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("addObject"));
119 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("insertObject"),
120 &Ctx.Idents.get("atIndex")};
126 &Ctx.Idents.get("setObject"), &Ctx.Idents.get("atIndexedSubscript")};
154 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("dictionary"));
158 &Ctx.Idents.get("dictionaryWithDictionary"));
162 &Ctx.Idents.get("dictionaryWithObject"), &Ctx.Idents.get("forKey")};
168 &Ctx.Idents.get("dictionaryWithObjects"), &Ctx.Idents.get("forKeys")};
174 &Ctx.Idents.get("dictionaryWithObjects"), &Ctx.Idents.get("forKeys"),
175 &Ctx.Idents.get("count")};
181 &Ctx.Idents.get("dictionaryWithObjectsAndKeys"));
185 &Ctx.Idents.get("initWithDictionary"));
189 &Ctx.Idents.get("initWithObjectsAndKeys"));
192 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("initWithObjects"),
193 &Ctx.Idents.get("forKeys")};
198 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("objectForKey"));
201 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("setObject"),
202 &Ctx.Idents.get("forKey")};
208 &Ctx.Idents.get("setObject"), &Ctx.Idents.get("forKeyedSubscript")};
213 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("setValue"),
214 &Ctx.Idents.get("forKey")};
241 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("addObject"));
244 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("insertObject"),
245 &Ctx.Idents.get("atIndex")};
250 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("setObject"),
251 &Ctx.Idents.get("atIndex")};
257 &Ctx.Idents.get("setObject"), &Ctx.Idents.get("atIndexedSubscript")};
263 &Ctx.Idents.get("replaceObjectAtIndex"),
264 &Ctx.Idents.get("withObject")};
333 Sels[MK] = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(Names[MK]));
519 return Ctx.Idents.get(Id).hasMacroDefinition();
550 II = &Ctx.Idents.get(name);
569 II = &Ctx.Idents.get(name);
585 Idents.push_back(&Ctx.Idents.get(*I));
593 const IdentifierInfo *Ident = &Ctx.Idents.get(Id);