Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DEditedSource.cpp266 FileOffset CurOffs, CurEnd; in applyRewrites() local
276 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
282 assert(offs >= CurEnd); in applyRewrites()
284 if (offs == CurEnd) { in applyRewrites()
287 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
295 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()