Home | History | Annotate | Download | only in AST

Lines Matching refs:DCE

3119     const CXXDynamicCastExpr *DCE = cast<CXXDynamicCastExpr>(this);
3120 if (DCE->getTypeAsWritten()->isReferenceType() &&
3121 DCE->getCastKind() == CK_Dynamic)