Home | History | Annotate | Download | only in Frontend

Lines Matching refs:MsgExprs

365                                         SmallVectorImpl<Expr*> &MsgExprs,
2601 SmallVectorImpl<Expr*> &MsgExprs,
2624 *Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, SourceLocation());
2665 SmallVector<Expr*, 8> MsgExprs;
2754 MsgExprs.push_back(SuperRep);
2768 MsgExprs.push_back(Cls);
2848 MsgExprs.push_back(SuperRep);
2865 MsgExprs.push_back(recExpr);
2877 MsgExprs.push_back(SelExp);
2928 MsgExprs.push_back(userExpr);
2929 // We've transferred the ownership to MsgExprs. For now, we *don't* null
2990 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
3000 ArgTypes, MsgExprs,