Searched refs:LCVal (Results 1 – 2 of 2) sorted by relevance
191 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in getIteratorPosition() local192 return State->get<IteratorRegionMap>(LCVal->getRegion()); in getIteratorPosition()204 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in setIteratorPosition() local205 return State->set<IteratorRegionMap>(LCVal->getRegion(), Pos); in setIteratorPosition()
784 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in removeIteratorPosition() local785 return State->remove<IteratorRegionMap>(LCVal->getRegion()); in removeIteratorPosition()825 if (const auto LCVal = Binding.second.getAs<nonloc::LazyCompoundVal>()) { in isBoundThroughLazyCompoundVal() local826 if (LCVal->getRegion() == Reg) in isBoundThroughLazyCompoundVal()