Lines Matching refs:getContainer
102 const MemRegion *getContainer() const { return Cont; } in getContainer() function
735 Pos->getContainer()); in checkPostCall()
1104 if (Pos && Pos->getContainer() != Cont) { in verifyMatch()
1119 if (Pos1 && Pos2 && Pos1->getContainer() != Pos2->getContainer()) { in verifyMatch()
1443 const auto *Cont = Pos->getContainer(); in handleInsert()
1469 const auto *Cont = Pos->getContainer(); in handleErase()
1500 const auto *Cont = Pos1->getContainer(); in handleErase()
2139 if (Reg.second.getContainer() == Cont) in hasLiveIterators()
2145 if (Sym.second.getContainer() == Cont) in hasLiveIterators()
2199 return Pos.getContainer() == Cont; in invalidateAllIteratorPositions()
2212 return Pos.getContainer() == Cont && in invalidateAllIteratorPositionsExcept()
2252 return Pos.getContainer() == Cont; in reassignAllIteratorPositions()
2266 return Pos.getContainer() == Cont && in reassignAllIteratorPositionsUnless()
2318 const auto *Cont = Pos.getContainer(); in isPastTheEnd()
2334 const auto *Cont = Pos.getContainer(); in isAheadOfRange()
2350 const auto *Cont = Pos.getContainer(); in isBehindPastTheEnd()