Searched refs:CurEnd (Results 1 – 2 of 2) sorted by relevance
392 FileOffset CurOffs, CurEnd; in applyRewrites() local402 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()408 assert(offs >= CurEnd); in applyRewrites()410 if (offs == CurEnd) { in applyRewrites()413 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()421 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
247 auto CurEnd = Fields.end(); in calculateOptimalPad() local253 auto Iter = std::upper_bound(CurBegin, CurEnd, InsertPoint); in calculateOptimalPad()