Searched refs:CurLen (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | EditedSource.cpp | 413 unsigned CurLen; in applyRewrites() local 421 CurLen = I->second.RemoveLen; in applyRewrites() 422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites() 432 CurLen += act.RemoveLen; in applyRewrites() 437 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts, in applyRewrites() 441 CurLen = act.RemoveLen; in applyRewrites() 442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites() 445 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts, in applyRewrites()
|