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