Home | History | Annotate | Download | only in Checkers

Lines Matching defs:VR

2165       const VarRegion *VR = R->getBaseRegion()->getAs<VarRegion>();
2168 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame())
2667 const VarRegion *VR = I.getCapturedRegion();
2668 if (VR->getSuperRegion() == R) {
2669 VR = MemMgr.getVarRegion(VR->getDecl(), LC);
2671 Regions.push_back(VR);