Lines Matching refs:offs
338 SourceLocation Loc, FileOffset offs, in adjustRemoval() argument
346 StringRef buffer = SM.getBufferData(offs.getFID(), &Invalid); in adjustRemoval()
350 unsigned begin = offs.getOffset(); in adjustRemoval()
383 StringRef text, FileOffset offs, unsigned len, in applyRewrite() argument
386 assert(offs.getFID().isValid()); in applyRewrite()
387 SourceLocation Loc = SM.getLocForStartOfFile(offs.getFID()); in applyRewrite()
388 Loc = Loc.getLocWithOffset(offs.getOffset()); in applyRewrite()
392 adjustRemoval(SM, LangOpts, Loc, offs, len, text); in applyRewrite()
426 FileOffset offs = I->first; in applyRewrites() local
428 assert(offs >= CurEnd); in applyRewrites()
430 if (offs == CurEnd) { in applyRewrites()
439 CurOffs = offs; in applyRewrites()