Home
last modified time | relevance | path

Searched refs:CurEnd (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Edit/
DEditedSource.cpp340 FileOffset CurOffs, CurEnd; in applyRewrites() local
350 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
356 assert(offs >= CurEnd); in applyRewrites()
358 if (offs == CurEnd) { in applyRewrites()
361 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
369 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()