Home
last modified time | relevance | path

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

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