Home | History | Annotate | Download | only in Core

Lines Matching defs:DE

613   const CXXDeleteExpr *DE = Dtor.getDeleteExpr();
614 const Stmt *Arg = DE->getArgument();
620 QualType DTy = DE->getDestroyedType();
625 PostImplicitCall PP(Dtor, DE->getLocStart(), LCtx);
631 VisitCXXDestructor(DE->getDestroyedType(),
633 DE, /*IsBase=*/ false,
1181 const DeclRefExpr *DE = cast<DeclRefExpr>(S);
1182 VisitCommonDeclRefExpr(DE, DE->getDecl(), Pred, Dst);