Home | History | Annotate | Download | only in Frontend

Lines Matching refs:SuperRep

3337     Expr *SuperRep;
3345 SuperRep = new (Context) CallExpr(*Context, DRE, InitExprs,
3354 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
3355 Context->getPointerType(SuperRep->getType()),
3358 SuperRep = NoTypeInfoCStyleCastExpr(Context,
3360 CK_BitCast, SuperRep);
3368 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
3372 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
3373 Context->getPointerType(SuperRep->getType()),
3377 MsgExprs.push_back(SuperRep);
3437 Expr *SuperRep;
3445 SuperRep = new (Context) CallExpr(*Context, DRE, InitExprs,
3453 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
3454 Context->getPointerType(SuperRep->getType()),
3457 SuperRep = NoTypeInfoCStyleCastExpr(Context,
3459 CK_BitCast, SuperRep);
3467 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
3471 MsgExprs.push_back(SuperRep);