Home | History | Annotate | Download | only in Frontend

Lines Matching refs:DerefExpr

3072   Expr *DerefExpr = new (Context) UnaryOperator(DRE, UO_AddrOf,
3075 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, DerefExpr->getType(),
3077 DerefExpr);