Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()