Home | History | Annotate | Download | only in Sema

Lines Matching defs:DRE

3355   if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) {
3356 D = DRE->getDecl();
8067 DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E);
8068 if (!DRE) return NCCK_None;
8069 if (!DRE->refersToEnclosingLocal()) return NCCK_None;
8072 VarDecl *var = dyn_cast<VarDecl>(DRE->getDecl());
8279 const DeclRefExpr *DRE
8280 if (!DRE || DRE->getDecl()->hasAttr<BlocksAttr>())
8586 DeclRefExpr *DRE = cast<DeclRefExpr>(op);
8587 CXXMethodDecl *MD = cast<CXXMethodDecl>(DRE->getDecl());
8590 if (OrigOp.get() != DRE) {
8595 } else if (!DRE->getQualifier()) {
9533 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E)) {
9534 if (!DRE->getQualifier())
9537 ValueDecl *VD = DRE->getDecl();
11694 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(*i)) {
11695 Var = cast<VarDecl>(DRE->getDecl());
11696 Loc = DRE->getLocation();