Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp606 SmallString<512> newText; in applyTransform() local
607 llvm::raw_svector_ostream vecOS(newText); in applyTransform()
611 StringRef(newText.data(), newText.size()), newFname)); in applyTransform()
H A DObjCMT.cpp1967 SmallString<512> newText; in HandleTranslationUnit() local
1968 llvm::raw_svector_ostream vecOS(newText); in HandleTranslationUnit()
1972 StringRef(newText.data(), newText.size()), file->getName())); in HandleTranslationUnit()