Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:DerefExpr

3454   Expr *DerefExpr = new (Context) UnaryOperator(DRE, UO_AddrOf,
3457 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, DerefExpr->getType(),
3459 DerefExpr);