Home
last modified time | relevance | path

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

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