Searched defs:KeyIdents (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | NSAPI.cpp | 59 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("stringWithCString"), in getNSStringSelector() local 94 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("arrayWithObjects"), in getNSArraySelector() local 109 const IdentifierInfo *KeyIdents[] = { in getNSArraySelector() local 119 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("insertObject"), in getNSArraySelector() local 125 const IdentifierInfo *KeyIdents[] = { in getNSArraySelector() local 161 const IdentifierInfo *KeyIdents[] = { getNSDictionarySelector() local 167 const IdentifierInfo *KeyIdents[] = { getNSDictionarySelector() local 173 const IdentifierInfo *KeyIdents[] = { getNSDictionarySelector() local 192 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("initWithObjects"), getNSDictionarySelector() local 201 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("setObject"), getNSDictionarySelector() local 207 const IdentifierInfo *KeyIdents[] = { getNSDictionarySelector() local 213 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("setValue"), getNSDictionarySelector() local 244 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("insertObject"), getNSSetSelector() local 250 const IdentifierInfo *KeyIdents[] = {&Ctx.Idents.get("setObject"), getNSSetSelector() local 256 const IdentifierInfo *KeyIdents[] = { getNSSetSelector() local 262 const IdentifierInfo *KeyIdents[] = { getNSSetSelector() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 1058 Selector GetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in CheckKeyForObjCARCConversion() local 1100 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents); in findAtIndexGetter() local 1106 const IdentifierInfo *KeyIdents[] = { findAtIndexGetter() local 1201 const IdentifierInfo *KeyIdents[] = { findAtIndexSetter() local 1208 const IdentifierInfo *KeyIdents[] = { findAtIndexSetter() local [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 1454 SmallVector<const IdentifierInfo *, 12> KeyIdents; ParseObjCMethodDecl() local 3243 SmallVector<const IdentifierInfo *, 12> KeyIdents; ParseObjCMessageExpressionBody() local 3644 SmallVector<const IdentifierInfo *, 12> KeyIdents; ParseObjCSelectorExpression() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 6271 const IdentifierInfo *KeyIdents[] = { isVTableDispatchedSelector() local
|