Home | History | Annotate | Download | only in Sema

Lines Matching full:castexpr

1308     void VisitCastExpr(CastExpr *E) {
1382 void VisitCastExpr(CastExpr *E) {
2501 } else if (const CastExpr *CE = dyn_cast<CastExpr>(InitExpr)) {