Home
last modified time | relevance | path

Searched defs:OwnedStream (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DCompilation.cpp169 std::unique_ptr<llvm::raw_fd_ostream> OwnedStream; in ExecuteCommand() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageView.h94 using OwnedStream = std::unique_ptr<raw_ostream, StreamDestructor>; variable