Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:NewText

1970     SmallString<512> newText;
1971 llvm::raw_svector_ostream vecOS(newText);
1975 StringRef(newText.data(), newText.size()), file->getName()));
2202 SmallString<512> NewText;
2203 llvm::raw_svector_ostream OS(NewText);
2216 TmpOut.write(NewText.data(), NewText.size());