Home | History | Annotate | Download | only in CodeGen

Lines Matching full:castexpr

703   if (const auto *CE = dyn_cast<CastExpr>(Base)) {
803 if (const CastExpr *CE = dyn_cast<CastExpr>(E)) {
1051 return EmitCastLValue(cast<CastExpr>(E));
2625 const auto *CE = dyn_cast<CastExpr>(E);
3355 LValue CodeGenFunction::EmitCastLValue(const CastExpr *E) {