Home | History | Annotate | Download | only in AST

Lines Matching defs:DCE

2855     const CXXDynamicCastExpr *DCE = cast<CXXDynamicCastExpr>(this);
2856 if (DCE->getTypeAsWritten()->isReferenceType() &&
2857 DCE->getCastKind() == CK_Dynamic)