reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/Error.h
  710     OS << Msg << "\n" << Err;
  741     OS << Msg << "\n" << E;
  772     OS << Msg << "\n" << E;
include/llvm/Support/FormatAdapters.h
   80   void format(llvm::raw_ostream &Stream, StringRef Style) { Stream << Item; }
include/llvm/Support/FormatVariadicDetails.h
   51   void format(llvm::raw_ostream &S, StringRef Options) override { S << Item; }
   83                                          << std::declval<U>()),
include/llvm/Support/ScopedPrinter.h
   64   stream << Value;
tools/clang/tools/extra/clangd/index/dex/dexp/Dexp.cpp
  246         llvm::outs() << U.takeError();
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
 2633         strm << error;
tools/llvm-elfabi/ELFObjHandler.cpp
   68   Stream << Err;
tools/llvm-elfabi/ErrorCollector.cpp
   45     WithColor::error(OS) << "(" << Tags[i] << ") " << Errors[i];
tools/llvm-elfabi/llvm-elfabi.cpp
  124     WithColor::error() << ReadError << "\n";
  138       WithColor::error() << TBEWriteError << "\n";
tools/llvm-ifs/llvm-ifs.cpp
  412       WithColor::error() << StubOrErr.takeError() << "\n";
tools/polly/lib/Exchange/JSONExporter.cpp
  715     errs() << E << "\n";
unittests/Support/ErrorTest.cpp
  750     S << OK;
  758     S << E1;
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
   57     OS << V.V;