Home | History | Annotate | Download | only in Sema

Lines Matching refs:DRE

7170   DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E);
7171 if (!DRE) return NCCK_None;
7172 if (!DRE->refersToEnclosingLocal()) return NCCK_None;
7175 VarDecl *var = dyn_cast<VarDecl>(DRE->getDecl());
7634 DeclRefExpr *DRE = cast<DeclRefExpr>(op);
7635 CXXMethodDecl *MD = cast<CXXMethodDecl>(DRE->getDecl());
7638 if (OrigOp.get() != DRE) {
7643 } else if (!DRE->getQualifier()) {
8436 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) {
8437 if (!DRE->getQualifier())
8440 ValueDecl *VD = DRE->getDecl();
10360 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(*i)) {
10361 Var = cast<VarDecl>(DRE->getDecl());
10362 Loc = DRE->getLocation();