Lines Matching defs:MB
149 StringRef MB = SourceMgr->getBufferData(FID);
150 I->second.Initialize(MB.begin(), MB.end());
165 StringRef MB = SourceMgr->getBufferData(FID);
176 while (isWhitespaceExceptNL(MB[i]))
178 indentSpace = MB.substr(lineOffs, i-lineOffs);
242 StringRef MB = SourceMgr->getBufferData(FID);
243 return ReplaceText(start, origLength, MB.substr(newOffs, newLength));
266 StringRef MB = SourceMgr->getBufferData(FID);
283 while (isWhitespaceExceptNL(MB[i]))
285 parentSpace = MB.substr(parentLineOffs, i-parentLineOffs);
288 while (isWhitespaceExceptNL(MB[i]))
290 startSpace = MB.substr(startLineOffs, i-startLineOffs);
304 while (isWhitespaceExceptNL(MB[i]))
306 StringRef origIndent = MB.substr(offs, i-offs);