Home | History | Annotate | Download | only in Frontend

Lines Matching refs:NewRep

5403   Expr *NewRep;
5532 NewRep = new (Context) CallExpr(*Context, DRE, InitExprs,
5538 GlobalConstructionExp = NewRep;
5539 NewRep = DRE;
5542 NewRep = new (Context) UnaryOperator(NewRep, UO_AddrOf,
5543 Context->getPointerType(NewRep->getType()),
5545 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,
5546 NewRep);
5553 return NewRep;