Lines Matching defs:KeyIdents
1454 SmallVector<const IdentifierInfo *, 12> KeyIdents;
1483 KeyIdents.push_back(SelIdent);
1486 /*AtParameterName=*/true, ReturnType, KeyIdents);
1498 KeyIdents.push_back(SelIdent);
1509 /*AtParameterName=*/false, ReturnType, KeyIdents);
1562 if (KeyIdents.size() == 0)
1565 Selector Sel = PP.getSelectorTable().getSelector(KeyIdents.size(),
1566 &KeyIdents[0]);
3243 SmallVector<const IdentifierInfo *, 12> KeyIdents;
3250 KeyIdents.push_back(selIdent);
3267 getCurScope(), SuperLoc, KeyIdents,
3271 getCurScope(), ReceiverType, KeyIdents,
3275 getCurScope(), ReceiverExpr, KeyIdents,
3305 getCurScope(), SuperLoc, KeyIdents,
3309 getCurScope(), ReceiverType, KeyIdents,
3313 getCurScope(), ReceiverExpr, KeyIdents,
3368 unsigned nKeys = KeyIdents.size();
3370 KeyIdents.push_back(selIdent);
3373 Selector Sel = PP.getSelectorTable().getSelector(nKeys, &KeyIdents[0]);
3644 SmallVector<const IdentifierInfo *, 12> KeyIdents;
3655 Actions.CodeCompletion().CodeCompleteObjCSelector(getCurScope(), KeyIdents);
3664 KeyIdents.push_back(SelIdent);
3671 KeyIdents.push_back(nullptr);
3682 KeyIdents);
3689 KeyIdents.push_back(SelIdent);
3697 Selector Sel = PP.getSelectorTable().getSelector(nColons, &KeyIdents[0]);