Home | History | Annotate | Download | only in Parse

Lines Matching refs:KeyIdents

1051   SmallVector<IdentifierInfo *, 12> KeyIdents;
1082 KeyIdents.push_back(SelIdent);
1086 ReturnType, KeyIdents);
1102 KeyIdents.push_back(SelIdent);
1113 ReturnType, KeyIdents);
1165 if (KeyIdents.size() == 0)
1168 Selector Sel = PP.getSelectorTable().getSelector(KeyIdents.size(),
1169 &KeyIdents[0]);
2470 SmallVector<IdentifierInfo *, 12> KeyIdents;
2477 KeyIdents.push_back(selIdent);
2493 KeyIdents,
2497 KeyIdents,
2501 KeyIdents,
2531 KeyIdents,
2535 KeyIdents,
2539 KeyIdents,
2593 unsigned nKeys = KeyIdents.size();
2595 KeyIdents.push_back(selIdent);
2598 Selector Sel = PP.getSelectorTable().getSelector(nKeys, &KeyIdents[0]);
2849 KeyIdents;
2859 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents);
2869 KeyIdents.push_back(SelIdent);
2876 KeyIdents.push_back(nullptr);
2885 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents);
2893 KeyIdents.push_back(SelIdent);
2901 Selector Sel = PP.getSelectorTable().getSelector(nColons, &KeyIdents[0]);