Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2193 SmallString<512> NewText; in applyEditsToTemp() local
2194 llvm::raw_svector_ostream OS(NewText); in applyEditsToTemp()
2207 TmpOut.write(NewText.data(), NewText.size()); in applyEditsToTemp()