Lines Matching defs:VR
2202 const VarRegion *VR = dyn_cast<VarRegion>(MR);
2204 if (VR)
2205 VD = VR->getDecl();
2217 const VarRegion *VR = dyn_cast<VarRegion>(MR);
2219 if (VR)
2220 VD = VR->getDecl();
2232 const VarRegion *VR = dyn_cast<VarRegion>(MR);
2234 if (VR)
2235 VD = VR->getDecl();
2759 const VarRegion *VR = MR->getBaseRegion()->getAs<VarRegion>();
2762 if (!VR || (VR->getStackFrame() == LeakContext->getStackFrame()))
3034 const VarRegion *VR = Var.getCapturedRegion();
3035 if (VR->getSuperRegion() == R) {
3036 VR = MemMgr.getVarRegion(VR->getDecl(), LC);
3038 Regions.push_back(VR);