Lines Matching defs:DRE
267 if (const auto *DRE =
269 if (const auto *VD = dyn_cast<VarDecl>(DRE->getDecl()))
271 return FindVarResult(VD, DRE);
312 Class get(const DeclRefExpr *DRE) const {
314 = Classification.find(DRE);
318 const auto *VD = dyn_cast<VarDecl>(DRE->getDecl());
332 const auto *DRE =
334 if (DRE && DRE->getDecl() == VD)
335 return DRE;
382 if (const DeclRefExpr *DRE = Var.getDeclRefExpr())
383 Classification[DRE] = std::max(Classification[DRE], C);
390 if (const DeclRefExpr *DRE = getSelfInitExpr(VD))
391 Classification[DRE] = SelfInit;