Home | History | Annotate | Download | only in AST

Lines Matching refs:DCE

2955     const CXXDynamicCastExpr *DCE = cast<CXXDynamicCastExpr>(this);
2956 if (DCE->getTypeAsWritten()->isReferenceType() &&
2957 DCE->getCastKind() == CK_Dynamic)