Home
last modified time | relevance | path

Searched refs:newText (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp605 SmallString<512> newText; in applyTransform() local
606 llvm::raw_svector_ostream vecOS(newText); in applyTransform()
610 StringRef(newText.data(), newText.size()), newFname)); in applyTransform()
H A DObjCMT.cpp1961 SmallString<512> newText; in HandleTranslationUnit() local
1962 llvm::raw_svector_ostream vecOS(newText); in HandleTranslationUnit()
1966 StringRef(newText.data(), newText.size()), file->getName())); in HandleTranslationUnit()