Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h56 Stream &GetErrorStream() { in GetErrorStream() function
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h148 StreamFile &GetErrorStream() { return *m_error_stream_sp; } in GetErrorStream() function
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1652 std::ostream& GetErrorStream() const { return *error_stream_; } in GetErrorStream() function