Home | History | Annotate | Download | only in AST

Lines Matching refs:DRE

3060     const DependentScopeDeclRefExpr *DRE = cast<DependentScopeDeclRefExpr>(E);
3061 mangleUnresolvedName(DRE->getQualifier(), nullptr, DRE->getDeclName(),
3067 if (DRE->hasExplicitTemplateArgs())
3068 mangleTemplateArgs(DRE->getExplicitTemplateArgs());
3342 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) {
3343 const ValueDecl *D = DRE->getDecl();