Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DCE

1848                                               const CXXDynamicCastExpr *DCE) {
1849 CGM.EmitExplicitCastExprType(DCE, this);
1850 QualType DestTy = DCE->getTypeAsWritten();
1852 if (DCE->isAlwaysNull())
1856 QualType SrcTy = DCE->getSubExpr()->getType();