Home | History | Annotate | Download | only in Sema

Lines Matching refs:DRE

683   if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CaseExpr)) {
684 if (const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl())) {
1460 // variables Increment and DRE.
1462 DeclRefExpr *&DRE) {
1475 DRE = dyn_cast<DeclRefExpr>(UO->getSubExpr());
1476 return DRE;
1491 DRE = dyn_cast<DeclRefExpr>(Call->getArg(0));
1492 return DRE;
2204 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Range)) {
2205 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DRE->getDecl())) {