Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Edit/
DEditedSource.cpp334 FileOffset CurOffs, CurEnd; in applyRewrites() local
344 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
350 assert(offs >= CurEnd); in applyRewrites()
352 if (offs == CurEnd) { in applyRewrites()
355 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
363 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()