Home | History | Annotate | Download | only in AST

Lines Matching full:dce

2861     const CXXDynamicCastExpr *DCE = cast<CXXDynamicCastExpr>(this);
2862 if (DCE->getTypeAsWritten()->isReferenceType() &&
2863 DCE->getCastKind() == CK_Dynamic)