Home | History | Annotate | Download | only in Rewrite

Lines Matching full:unaryoperator

2612   Expr *Unop = new (Context) UnaryOperator(DRE, UO_AddrOf,
3336 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
3354 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
3435 SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
4807 Expr *Exp = new (Context) UnaryOperator(DRE, UO_Deref, DRE->getType(),
5406 UnaryOperator *DescRefExpr =
5407 new (Context) UnaryOperator(new (Context) DeclRefExpr(NewVD, false,
5431 Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,
5447 Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,
5486 Exp = new (Context) UnaryOperator(Exp, UO_AddrOf,
5512 NewRep = new (Context) UnaryOperator(NewRep, UO_AddrOf,
7703 Expr *Exp = new (Context) UnaryOperator(castExpr, UO_Deref, IvarT,