Home | History | Annotate | Download | only in Sema

Lines Matching defs:DR

1725   const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E->IgnoreParens());
1726 if (!DR)
1728 const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl());