Lines Matching refs:getOffset
583 State = invalidateIteratorPositions(State, Pos->getOffset(), BO_GE); in handleInsert()
615 State = invalidateIteratorPositions(State, Pos->getOffset(), BO_GE); in handleErase()
624 State = invalidateIteratorPositions(State, Pos->getOffset(), BO_EQ); in handleErase()
650 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GE); in handleErase()
659 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GE, in handleErase()
660 Pos2->getOffset(), BO_LT); in handleErase()
679 nonloc::SymbolVal(Pos->getOffset()), in handleEraseAfter()
681 SymMgr.getType(Pos->getOffset())).getAsSymbol(); in handleEraseAfter()
695 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GT, in handleEraseAfter()
696 Pos2->getOffset(), BO_LT); in handleEraseAfter()
947 !compare(State, Pos.getOffset(), Offset, Opc); in invalidateAllIteratorPositionsExcept()
959 return compare(State, Pos.getOffset(), Offset, Opc); in invalidateIteratorPositions()
973 return compare(State, Pos.getOffset(), Offset1, Opc1) && in invalidateIteratorPositions()
974 compare(State, Pos.getOffset(), Offset2, Opc2); in invalidateIteratorPositions()
1001 !compare(State, Pos.getOffset(), Offset, Opc); in reassignAllIteratorPositionsUnless()
1016 return compare(State, Pos.getOffset(), CondSym, Opc); in rebaseSymbolInIteratorPositionsIf()
1019 return Pos.setTo(rebaseSymbol(State, SVB, Pos.getOffset(), OldSym, in rebaseSymbolInIteratorPositionsIf()