Lines Matching refs:IdentifierInfo
23 IdentifierInfo *NSAPI::getNSClassId(NSClassIdKindKind K) const { in getNSClassId()
59 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("stringWithCString"), in getNSStringSelector()
94 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("arrayWithObjects"), in getNSArraySelector()
109 const IdentifierInfo *KeyIdents[] = { in getNSArraySelector()
119 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("insertObject"), in getNSArraySelector()
125 const IdentifierInfo *KeyIdents[] = { in getNSArraySelector()
161 const IdentifierInfo *KeyIdents[] = { in getNSDictionarySelector()
167 const IdentifierInfo *KeyIdents[] = { in getNSDictionarySelector()
173 const IdentifierInfo *KeyIdents[] = { in getNSDictionarySelector()
192 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("initWithObjects"), in getNSDictionarySelector()
201 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("setObject"), in getNSDictionarySelector()
207 const IdentifierInfo *KeyIdents[] = { in getNSDictionarySelector()
213 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("setValue"), in getNSDictionarySelector()
244 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("insertObject"), in getNSSetSelector()
250 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("setObject"), in getNSSetSelector()
256 const IdentifierInfo *KeyIdents[] = { in getNSSetSelector()
262 const IdentifierInfo *KeyIdents[] = { in getNSSetSelector()
528 IdentifierInfo *NSClassID = getNSClassId(NSClassKind); in isSubclassOfNSClass()
543 StringRef name, IdentifierInfo *&II) const { in isObjCTypedef()
562 StringRef name, IdentifierInfo *&II) const { in isObjCEnumerator()
582 SmallVector<const IdentifierInfo *, 4> Idents; in getOrInitSelector()
593 const IdentifierInfo *Ident = &Ctx.Idents.get(Id); in getOrInitNullarySelector()