Home | History | Annotate | Download | only in Core

Lines Matching defs:DE

614   const CXXDeleteExpr *DE = Dtor.getDeleteExpr();
615 const Stmt *Arg = DE->getArgument();
621 QualType DTy = DE->getDestroyedType();
626 PostImplicitCall PP(Dtor, DE->getLocStart(), LCtx);
632 VisitCXXDestructor(DE->getDestroyedType(),
634 DE, /*IsBase=*/ false,
1191 const DeclRefExpr *DE = cast<DeclRefExpr>(S);
1192 VisitCommonDeclRefExpr(DE, DE->getDecl(), Pred, Dst);