Home | History | Annotate | Download | only in Sema

Lines Matching defs:DRE

129   if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E))
130 return dyn_cast<NonTypeTemplateParmDecl>(DRE->getDecl());
4681 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E);
4682 if (!DRE)
4686 = dyn_cast<NonTypeTemplateParmDecl>(DRE->getDecl());