Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CastExpr

150   void VisitCastExpr(CastExpr *E);
564 if (CastExpr *castE = dyn_cast<CastExpr>(op)) {
574 void AggExprEmitter::VisitCastExpr(CastExpr *E) {
837 } else if (const CastExpr *cast = dyn_cast<CastExpr>(E)) {
1044 if (const CastExpr *ICE = dyn_cast<CastExpr>(E))