Lines Matching refs:KeyIdents

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