Lines Matching defs:DREs
1818 // FIXME: Can this be less linear? Maybe maintain a map from VDs to DREs?
2151 DeclUseList DREs = F->getClaimedVarUseSites();
2153 for (const DeclRefExpr *DRE : DREs) {
2312 auto DREs = getClaimedVarUseSites();
2313 const auto *VD = cast<VarDecl>(DREs.front()->getDecl());
2732 DeclUseList DREs = getClaimedVarUseSites();
2734 if (DREs.size() != 1)
2737 if (const VarDecl *VD = dyn_cast<VarDecl>(DREs.front()->getDecl())) {
2774 DeclUseList DREs = getClaimedVarUseSites();
2776 if (DREs.size() != 1)
2779 if (const VarDecl *VD = dyn_cast<VarDecl>(DREs.front()->getDecl())) {
3662 // finishes, the tracker will only track DREs that weren't claimed by any