Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:MB

230   StringRef MB = SourceMgr->getBufferData(FID);
231 I->second.Initialize(MB.begin(), MB.end());
246 StringRef MB = SourceMgr->getBufferData(FID);
257 while (isWhitespaceExceptNL(MB[i]))
259 indentSpace = MB.substr(lineOffs, i-lineOffs);
323 StringRef MB = SourceMgr->getBufferData(FID);
324 return ReplaceText(start, origLength, MB.substr(newOffs, newLength));
347 StringRef MB = SourceMgr->getBufferData(FID);
364 while (isWhitespaceExceptNL(MB[i]))
366 parentSpace = MB.substr(parentLineOffs, i-parentLineOffs);
369 while (isWhitespaceExceptNL(MB[i]))
371 startSpace = MB.substr(startLineOffs, i-startLineOffs);
385 while (isWhitespaceExceptNL(MB[i]))
387 StringRef origIndent = MB.substr(offs, i-offs);