Lines Matching refs:getOffset
578 State = invalidateIteratorPositions(State, Pos->getOffset(), BO_GE); in handleInsert()
610 State = invalidateIteratorPositions(State, Pos->getOffset(), BO_GE); in handleErase()
619 State = invalidateIteratorPositions(State, Pos->getOffset(), BO_EQ); in handleErase()
645 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GE); in handleErase()
654 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GE, in handleErase()
655 Pos2->getOffset(), BO_LT); in handleErase()
674 nonloc::SymbolVal(Pos->getOffset()), in handleEraseAfter()
676 SymMgr.getType(Pos->getOffset())).getAsSymbol(); in handleEraseAfter()
690 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GT, in handleEraseAfter()
691 Pos2->getOffset(), BO_LT); in handleEraseAfter()
938 !compare(State, Pos.getOffset(), Offset, Opc); in invalidateAllIteratorPositionsExcept()
950 return compare(State, Pos.getOffset(), Offset, Opc); in invalidateIteratorPositions()
964 return compare(State, Pos.getOffset(), Offset1, Opc1) && in invalidateIteratorPositions()
965 compare(State, Pos.getOffset(), Offset2, Opc2); in invalidateIteratorPositions()
992 !compare(State, Pos.getOffset(), Offset, Opc); in reassignAllIteratorPositionsUnless()
1007 return compare(State, Pos.getOffset(), CondSym, Opc); in rebaseSymbolInIteratorPositionsIf()
1010 return Pos.setTo(rebaseSymbol(State, SVB, Pos.getOffset(), OldSym, in rebaseSymbolInIteratorPositionsIf()