Lines Matching refs:MsgExprs
357 SmallVectorImpl<Expr*> &MsgExprs,
2588 SmallVectorImpl<Expr*> &MsgExprs,
2611 *Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, SourceLocation());
2650 SmallVector<Expr*, 8> MsgExprs;
2734 MsgExprs.push_back(SuperRep);
2746 MsgExprs.push_back(Cls);
2823 MsgExprs.push_back(SuperRep);
2840 MsgExprs.push_back(recExpr);
2850 MsgExprs.push_back(SelExp);
2901 MsgExprs.push_back(userExpr);
2902 // We've transferred the ownership to MsgExprs. For now, we *don't* null
2963 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
2973 ArgTypes, MsgExprs,