Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2200 llvm::raw_fd_ostream TmpOut(FD, /*shouldClose=*/true); in applyEditsToTemp() local
2201 TmpOut.write(NewText.data(), NewText.size()); in applyEditsToTemp()
2202 TmpOut.close(); in applyEditsToTemp()