Lines Matching defs:KeyIdents
1455 SmallVector<const IdentifierInfo *, 12> KeyIdents;
1484 KeyIdents.push_back(SelIdent);
1487 /*AtParameterName=*/true, ReturnType, KeyIdents);
1499 KeyIdents.push_back(SelIdent);
1510 /*AtParameterName=*/false, ReturnType, KeyIdents);
1574 if (KeyIdents.size() == 0)
1577 Selector Sel = PP.getSelectorTable().getSelector(KeyIdents.size(),
1578 &KeyIdents[0]);
3255 SmallVector<const IdentifierInfo *, 12> KeyIdents;
3262 KeyIdents.push_back(selIdent);
3279 getCurScope(), SuperLoc, KeyIdents,
3283 getCurScope(), ReceiverType, KeyIdents,
3287 getCurScope(), ReceiverExpr, KeyIdents,
3317 getCurScope(), SuperLoc, KeyIdents,
3321 getCurScope(), ReceiverType, KeyIdents,
3325 getCurScope(), ReceiverExpr, KeyIdents,
3380 unsigned nKeys = KeyIdents.size();
3382 KeyIdents.push_back(selIdent);
3385 Selector Sel = PP.getSelectorTable().getSelector(nKeys, &KeyIdents[0]);
3656 SmallVector<const IdentifierInfo *, 12> KeyIdents;
3667 Actions.CodeCompletion().CodeCompleteObjCSelector(getCurScope(), KeyIdents);
3676 KeyIdents.push_back(SelIdent);
3683 KeyIdents.push_back(nullptr);
3694 KeyIdents);
3701 KeyIdents.push_back(SelIdent);
3709 Selector Sel = PP.getSelectorTable().getSelector(nColons, &KeyIdents[0]);