Home | History | Annotate | Download | only in Frontend

Lines Matching refs:SuperRep

2714     Expr *SuperRep;
2722 SuperRep = new (Context) CallExpr(*Context, DRE, InitExprs,
2731 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
2732 Context->getPointerType(SuperRep->getType()),
2735 SuperRep = NoTypeInfoCStyleCastExpr(Context,
2737 CK_BitCast, SuperRep);
2745 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
2749 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
2750 Context->getPointerType(SuperRep->getType()),
2754 MsgExprs.push_back(SuperRep);
2814 Expr *SuperRep;
2822 SuperRep = new (Context) CallExpr(*Context, DRE, InitExprs,
2830 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
2831 Context->getPointerType(SuperRep->getType()),
2834 SuperRep = NoTypeInfoCStyleCastExpr(Context,
2836 CK_BitCast, SuperRep);
2844 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
2848 MsgExprs.push_back(SuperRep);