Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:SuperRep

2724     Expr *SuperRep;
2732 SuperRep = new (Context) CallExpr(*Context, DRE, &InitExprs[0],
2742 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
2743 Context->getPointerType(SuperRep->getType()),
2746 SuperRep = NoTypeInfoCStyleCastExpr(Context,
2748 CK_BitCast, SuperRep);
2757 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
2761 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
2762 Context->getPointerType(SuperRep->getType()),
2766 MsgExprs.push_back(SuperRep);
2834 Expr *SuperRep;
2842 SuperRep = new (Context) CallExpr(*Context, DRE, &InitExprs[0],
2851 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
2852 Context->getPointerType(SuperRep->getType()),
2855 SuperRep = NoTypeInfoCStyleCastExpr(Context,
2857 CK_BitCast, SuperRep);
2866 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
2870 MsgExprs.push_back(SuperRep);