Home | History | Annotate | Download | only in Checkers

Lines Matching refs:VR

2177       const VarRegion *VR = R->getBaseRegion()->getAs<VarRegion>();
2180 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame())
2660 const VarRegion *VR = I.getCapturedRegion();
2661 if (VR->getSuperRegion() == R) {
2662 VR = MemMgr.getVarRegion(VR->getDecl(), LC);
2664 Regions.push_back(VR);