Home | History | Annotate | Download | only in Sema

Lines Matching refs:DRE

4456     if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E->IgnoreParens())) {
4457 if (VarDecl *Var = dyn_cast<VarDecl>(DRE->getDecl())) {
4480 DRE->setDecl(Def);
4482 DRE->setType(T);
4827 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) {
4828 if (const ValueDecl *VD = dyn_cast<ValueDecl>(DRE->getDecl()))
4850 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E->IgnoreParens())) {
4851 if (VarDecl *Var = dyn_cast<VarDecl>(DRE->getDecl())) {
4852 QualType T = S.getCapturedDeclRefType(Var, DRE->getLocation());