• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/

Lines Matching refs:Idents

37     return (ClassIds[K] = &Ctx.Idents.get(ClassName[K]));
47 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
51 &Ctx.Idents.get("stringWithUTF8String"));
55 &Ctx.Idents.get("initWithUTF8String"));
59 &Ctx.Idents.get("stringWithCString"),
60 &Ctx.Idents.get("encoding")
66 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString"));
69 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
83 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array"));
86 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray"));
89 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject"));
92 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObjects"));
96 &Ctx.Idents.get("arrayWithObjects"),
97 &Ctx.Idents.get("count")
103 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithArray"));
106 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithObjects"));
109 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("objectAtIndex"));
113 &Ctx.Idents.get("replaceObjectAtIndex"),
114 &Ctx.Idents.get("withObject")
120 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("addObject"));
124 &Ctx.Idents.get("insertObject"),
125 &Ctx.Idents.get("atIndex")
132 &Ctx.Idents.get("setObject"),
133 &Ctx.Idents.get("atIndexedSubscript")
161 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("dictionary"));
165 &Ctx.Idents.get("dictionaryWithDictionary"));
169 &Ctx.Idents.get("dictionaryWithObject"),
170 &Ctx.Idents.get("forKey")
177 &Ctx.Idents.get("dictionaryWithObjects"),
178 &Ctx.Idents.get("forKeys")
185 &Ctx.Idents.get("dictionaryWithObjects"),
186 &Ctx.Idents.get("forKeys"),
187 &Ctx.Idents.get("count")
194 &Ctx.Idents.get("dictionaryWithObjectsAndKeys"));
198 &Ctx.Idents.get("initWithDictionary"));
202 &Ctx.Idents.get("initWithObjectsAndKeys"));
206 &Ctx.Idents.get("initWithObjects"),
207 &Ctx.Idents.get("forKeys")
213 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("objectForKey"));
217 &Ctx.Idents.get("setObject"),
218 &Ctx.Idents.get("forKey")
225 &Ctx.Idents.get("setObject"),
226 &Ctx.Idents.get("forKeyedSubscript")
233 &Ctx.Idents.get("setValue"),
234 &Ctx.Idents.get("forKey")
262 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("addObject"));
266 &Ctx.Idents.get("insertObject"),
267 &Ctx.Idents.get("atIndex")
274 &Ctx.Idents.get("setObject"),
275 &Ctx.Idents.get("atIndex")
282 &Ctx.Idents.get("setObject"),
283 &Ctx.Idents.get("atIndexedSubscript")
290 &Ctx.Idents.get("replaceObjectAtIndex"),
291 &Ctx.Idents.get("withObject")
362 Sels[MK] = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(Names[MK]));
537 return Ctx.Idents.get(Id).hasMacroDefinition();
568 II = &Ctx.Idents.get(name);
587 II = &Ctx.Idents.get(name);
600 SmallVector<IdentifierInfo *, 4> Idents;
603 Idents.push_back(&Ctx.Idents.get(*I));
604 Sel = Ctx.Selectors.getSelector(Idents.size(), Idents.data());
611 IdentifierInfo *Ident = &Ctx.Idents.get(Id);