Lines Matching defs:VR
794 if (auto *VR = dyn_cast<VarRegion>(this->getBaseRegion())) {
795 return VR->getDecl()->getSourceRange();
1013 if (const auto *VR = dyn_cast<VarRegion>(OrigR)) {
1014 if (VR->getDecl() == VD)
1071 if (const auto *VR = dyn_cast_if_present<const VarRegion *>(V))
1072 return VR;
1696 const VarRegion *VR = nullptr;
1700 VR = MemMgr.getNonParamVarRegion(VD, this);
1705 VR = MemMgr.getVarRegion(VD, LC);
1706 OriginalVR = VR;
1709 VR = MemMgr.getNonParamVarRegion(VD, MemMgr.getUnknownRegion());
1713 return std::make_pair(VR, OriginalVR);
1740 const VarRegion *VR = nullptr;
1742 std::tie(VR, OriginalVR) = getCaptureRegions(VD);
1743 assert(VR);
1745 BV->push_back(VR, BC);