Searched refs:LCVal (Results 1 – 1 of 1) sorted by relevance
1938 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in getRegionOrSymbol() local1939 return LCVal->getRegion(); in getRegionOrSymbol()2039 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in getIteratorPosition() local2040 return State->get<IteratorRegionMap>(LCVal->getRegion()); in getIteratorPosition()2063 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in setIteratorPosition() local2064 return State->set<IteratorRegionMap>(LCVal->getRegion(), Pos); in setIteratorPosition()2087 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in removeIteratorPosition() local2088 return State->remove<IteratorRegionMap>(LCVal->getRegion()); in removeIteratorPosition()2155 if (const auto LCVal = Binding.second.getAs<nonloc::LazyCompoundVal>()) { in isBoundThroughLazyCompoundVal() local2156 if (LCVal->getRegion() == Reg) in isBoundThroughLazyCompoundVal()