Lines Matching defs:VR
2409 const VarRegion *VR = dyn_cast<VarRegion>(MR);
2411 if (VR)
2412 VD = VR->getDecl();
2424 const VarRegion *VR = dyn_cast<VarRegion>(MR);
2426 if (VR)
2427 VD = VR->getDecl();
2439 const VarRegion *VR = dyn_cast<VarRegion>(MR);
2441 if (VR)
2442 VD = VR->getDecl();
2970 const VarRegion *VR = MR->getBaseRegion()->getAs<VarRegion>();
2973 if (!VR || (VR->getStackFrame() == LeakContext->getStackFrame()))
3254 const VarRegion *VR = Var.getCapturedRegion();
3255 if (VR->getSuperRegion() == R) {
3256 VR = MemMgr.getVarRegion(VR->getDecl(), LC);
3258 Regions.push_back(VR);