Home | History | Annotate | Download | only in Analysis

Lines Matching full:castexpr

1186     if (const CastExpr *CE = dyn_cast<CastExpr>(Init)) {
3639 E = cast<CastExpr>(E)->getSubExpr();
4225 else if (const CastExpr *CE = dyn_cast<CastExpr>(S)) {