Home | History | Annotate | Download | only in Sema

Lines Matching defs:DRE

4811   auto *DRE = dyn_cast<DeclRefExpr>(E);
4812 if (!DRE || !isa<FunctionDecl>(DRE->getDecl()))
4816 cast<FunctionDecl>(DRE->getDecl()));
5985 const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Arg->IgnoreParenImpCasts());
5986 if (!DRE || DRE->refersToEnclosingVariableOrCapture())
5989 const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl());