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

Overridden By

include/llvm/Support/FormattedStream.h
   96   ~formatted_raw_ostream() override {
include/llvm/Support/circular_raw_ostream.h
  118     ~circular_raw_ostream() override {
include/llvm/Support/raw_ostream.h
  550   ~raw_svector_ostream() override = default;
  581   ~buffer_ostream() override { OS << str(); }
lib/MC/MCLinkerOptimizationHint.cpp
   53     ~raw_counting_ostream() override { flush(); }
lib/Support/raw_os_ostream.cpp
   21 raw_os_ostream::~raw_os_ostream() {
lib/Support/raw_ostream.cpp
  611 raw_fd_ostream::~raw_fd_ostream() {
  898 raw_string_ostream::~raw_string_ostream() {
  925 raw_null_ostream::~raw_null_ostream() {
tools/clang/lib/AST/MicrosoftMangle.cpp
   46   ~msvc_hashing_ostream() override {
tools/lldb/include/lldb/Utility/StreamCallback.h
   23   ~StreamCallback() override = default;

Declarations

include/llvm/Support/raw_ostream.h
  108   virtual ~raw_ostream();