Searched refs:MsgExprs (Results 1 – 1 of 1) sorted by relevance
420 SmallVectorImpl<Expr*> &MsgExprs,2634 SmallVector<Expr*, 4> MsgExprs; in RewriteObjCBoxedExpr() local2645 MsgExprs.push_back(Cls); in RewriteObjCBoxedExpr()2654 MsgExprs.push_back(SelExp); in RewriteObjCBoxedExpr()2666 MsgExprs.push_back(subExpr); in RewriteObjCBoxedExpr()2696 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(), in RewriteObjCBoxedExpr()2756 SmallVector<Expr*, 32> MsgExprs; in RewriteObjCArrayLiteralExpr() local2768 MsgExprs.push_back(Cls); in RewriteObjCArrayLiteralExpr()2778 MsgExprs.push_back(SelExp); in RewriteObjCArrayLiteralExpr()2781 MsgExprs.push_back(ArrayLiteralObjects); in RewriteObjCArrayLiteralExpr()[all …]