Home | History | Annotate | Download | only in AST

Lines Matching refs:DRE

2805     const DependentScopeDeclRefExpr *DRE = cast<DependentScopeDeclRefExpr>(E);
2806 mangleUnresolvedName(DRE->getQualifier(), 0, DRE->getDeclName(), Arity);
2811 if (DRE->hasExplicitTemplateArgs())
2812 mangleTemplateArgs(DRE->getExplicitTemplateArgs());
3111 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) {
3112 const ValueDecl *D = DRE->getDecl();