Lines Matching defs:VR
1151 const VarRegion *VR = Var.getCapturedRegion();
1152 const VarDecl *VD = VR->getDecl();
1154 AddToWorkList(VR);
1156 else if (Loc::isLocType(VR->getValueType())) {
1162 SVal V = RM.getBinding(B, loc::MemRegionVal(VR));
1528 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) {
1535 return svalBuilder.evalCast(getBindingForVar(B, VR), T, QualType{});
1769 const VarRegion *VR = dyn_cast<VarRegion>(Base);
1770 if (!VR)
1778 const VarDecl *VD = VR->getDecl();
2019 if (const auto *VR = dyn_cast<VarRegion>(superR)) {
2020 const VarDecl *VD = VR->getDecl();
2867 if (const VarRegion *VR = dyn_cast<VarRegion>(baseR)) {
2868 if (SymReaper.isLive(VR))