Searched refs:CurLen (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 393 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()
|