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.cpp1054 IdentifierInfo *KeyIdents[] = {
1057 Selector GetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
1100 IdentifierInfo *KeyIdents[] = { local
1103 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
1107 IdentifierInfo *KeyIdents[] = { local
1111 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
1211 IdentifierInfo *KeyIdents[] = { local
1215 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents);
1219 IdentifierInfo *KeyIdents[] = { local
1223 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents);
[all...]
/external/clang/lib/Parse/
H A DParseObjc.cpp1042 SmallVector<IdentifierInfo *, 12> KeyIdents; local
1076 KeyIdents.push_back(SelIdent);
1080 ReturnType, KeyIdents); local
1095 KeyIdents.push_back(SelIdent);
1106 ReturnType, KeyIdents); local
1158 if (KeyIdents.size() == 0)
1161 Selector Sel = PP.getSelectorTable().getSelector(KeyIdents.size(),
1162 &KeyIdents[0]);
2468 SmallVector<IdentifierInfo *, 12> KeyIdents; local
2475 KeyIdents
2493 KeyIdents, local
2497 KeyIdents, local
2501 KeyIdents, local
2531 KeyIdents, local
2535 KeyIdents, local
2539 KeyIdents, local
2861 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents); local
2887 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents); local
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp5619 IdentifierInfo *KeyIdents[] = { local
5625 CGM.getContext().Selectors.getSelector(3, KeyIdents));

Completed in 160 milliseconds