Lines Matching refs:getOffset
592 State = invalidateIteratorPositions(State, Pos->getOffset(), BO_GE); in handleInsert()
624 State = invalidateIteratorPositions(State, Pos->getOffset(), BO_GE); in handleErase()
633 State = invalidateIteratorPositions(State, Pos->getOffset(), BO_EQ); in handleErase()
659 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GE); in handleErase()
668 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GE, in handleErase()
669 Pos2->getOffset(), BO_LT); in handleErase()
688 nonloc::SymbolVal(Pos->getOffset()), in handleEraseAfter()
690 SymMgr.getType(Pos->getOffset())).getAsSymbol(); in handleEraseAfter()
704 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GT, in handleEraseAfter()
705 Pos2->getOffset(), BO_LT); in handleEraseAfter()
952 !compare(State, Pos.getOffset(), Offset, Opc); in invalidateAllIteratorPositionsExcept()
964 return compare(State, Pos.getOffset(), Offset, Opc); in invalidateIteratorPositions()
978 return compare(State, Pos.getOffset(), Offset1, Opc1) && in invalidateIteratorPositions()
979 compare(State, Pos.getOffset(), Offset2, Opc2); in invalidateIteratorPositions()
1006 !compare(State, Pos.getOffset(), Offset, Opc); in reassignAllIteratorPositionsUnless()
1021 return compare(State, Pos.getOffset(), CondSym, Opc); in rebaseSymbolInIteratorPositionsIf()
1024 return Pos.setTo(rebaseSymbol(State, SVB, Pos.getOffset(), OldSym, in rebaseSymbolInIteratorPositionsIf()