Home
last modified time | relevance | path

Searched refs:MsgExprs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp420 SmallVectorImpl<Expr*> &MsgExprs,
2634 SmallVector<Expr*, 4> MsgExprs; in RewriteObjCBoxedExpr() local
2645 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() local
2768 MsgExprs.push_back(Cls); in RewriteObjCArrayLiteralExpr()
2778 MsgExprs.push_back(SelExp); in RewriteObjCArrayLiteralExpr()
2781 MsgExprs.push_back(ArrayLiteralObjects); in RewriteObjCArrayLiteralExpr()
[all …]