Lines Matching defs:DREs
1217 // FIXME: Can this be less linear? Maybe maintain a map from VDs to DREs?
1545 DeclUseList DREs = F->getClaimedVarUseSites();
1547 for (const DeclRefExpr *DRE : DREs) {
1706 auto DREs = getClaimedVarUseSites();
1707 const auto *VD = cast<VarDecl>(DREs.front()->getDecl());
2125 DeclUseList DREs = getClaimedVarUseSites();
2127 if (DREs.size() != 1)
2130 if (const VarDecl *VD = dyn_cast<VarDecl>(DREs.front()->getDecl())) {
2167 DeclUseList DREs = getClaimedVarUseSites();
2169 if (DREs.size() != 1)
2172 if (const VarDecl *VD = dyn_cast<VarDecl>(DREs.front()->getDecl())) {
3086 // finishes, the tracker will only track DREs that weren't claimed by any