Home | History | Annotate | Download | only in Sema

Lines Matching defs:DRE

155   if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E))
156 return dyn_cast<NonTypeTemplateParmDecl>(DRE->getDecl());
4555 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E);
4556 if (!DRE)
4560 = dyn_cast<NonTypeTemplateParmDecl>(DRE->getDecl());