Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DEditedSource.cpp341 unsigned CurLen; in applyRewrites() local
349 CurLen = I->second.RemoveLen; in applyRewrites()
350 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
360 CurLen += act.RemoveLen; in applyRewrites()
365 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts); in applyRewrites()
368 CurLen = act.RemoveLen; in applyRewrites()
369 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
372 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts); in applyRewrites()