Searched refs:raw_os_ostream (Results 1 – 7 of 7) sorted by relevance
22 raw_os_ostream::~raw_os_ostream() { in ~raw_os_ostream()26 void raw_os_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos()
90 raw_os_ostream.cpp \
100 raw_os_ostream.cpp
25 class raw_os_ostream : public raw_ostream {36 raw_os_ostream(std::ostream &O) : OS(O) {} in raw_os_ostream() function37 ~raw_os_ostream() override;
21 added the ability to stream with raw_os_ostream.
109 raw_os_ostream ros_;
380 raw_os_ostream(std::cerr) << TempDir; \