Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DEditedSource.cpp393 unsigned CurLen; in applyRewrites() local
401 CurLen = I->second.RemoveLen; in applyRewrites()
402 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
412 CurLen += act.RemoveLen; in applyRewrites()
417 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts); in applyRewrites()
420 CurLen = act.RemoveLen; in applyRewrites()
421 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
424 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts); in applyRewrites()