Searched defs:OwnedStream (Results 1 – 2 of 2) sorted by relevance
169 std::unique_ptr<llvm::raw_fd_ostream> OwnedStream; in ExecuteCommand() local
107 using OwnedStream = std::unique_ptr<raw_ostream, StreamDestructor>; variable