Searched defs:KeyIdents (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DNSAPI.cpp50 IdentifierInfo *KeyIdents[] = { local
54 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
98 IdentifierInfo *KeyIdents[] = { local
102 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
115 IdentifierInfo *KeyIdents[] = { local
119 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
152 IdentifierInfo *KeyIdents[] = { local
156 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
160 IdentifierInfo *KeyIdents[] = { local
164 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
168 IdentifierInfo *KeyIdents[] = { local
189 IdentifierInfo *KeyIdents[] = { local
200 IdentifierInfo *KeyIdents[] = { local
[all...]
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp1094 IdentifierInfo *KeyIdents[] = {
1097 Selector GetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
1140 IdentifierInfo *KeyIdents[] = { local
1143 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
1147 IdentifierInfo *KeyIdents[] = { local
1151 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
1251 IdentifierInfo *KeyIdents[] = { local
1255 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents);
1259 IdentifierInfo *KeyIdents[] = { local
1263 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents);
[all...]
/external/clang/lib/Parse/
H A DParseObjc.cpp1051 SmallVector<IdentifierInfo *, 12> KeyIdents; local
1082 KeyIdents.push_back(SelIdent);
1086 ReturnType, KeyIdents); local
1102 KeyIdents.push_back(SelIdent);
1113 ReturnType, KeyIdents); local
1165 if (KeyIdents.size() == 0)
1168 Selector Sel = PP.getSelectorTable().getSelector(KeyIdents.size(),
1169 &KeyIdents[0]);
2470 SmallVector<IdentifierInfo *, 12> KeyIdents; local
2477 KeyIdents
2493 KeyIdents, local
2497 KeyIdents, local
2501 KeyIdents, local
2531 KeyIdents, local
2535 KeyIdents, local
2539 KeyIdents, local
2859 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents); local
2885 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents); local
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp5596 IdentifierInfo *KeyIdents[] = { local
5602 CGM.getContext().Selectors.getSelector(3, KeyIdents));

Completed in 110 milliseconds