Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp411 unsigned CurLen; in applyRewrites() local
419 CurLen = I->second.RemoveLen; in applyRewrites()
420 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
430 CurLen += act.RemoveLen; in applyRewrites()
435 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts, in applyRewrites()
439 CurLen = act.RemoveLen; in applyRewrites()
440 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
443 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts, in applyRewrites()