Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:NewText

1826     SmallString<512> newText;
1827 llvm::raw_svector_ostream vecOS(newText);
1831 StringRef(newText.data(), newText.size()), file->getName());
2062 SmallString<512> NewText;
2063 llvm::raw_svector_ostream OS(NewText);
2077 TmpOut.write(NewText.data(), NewText.size());