Home | History | Annotate | Download | only in Support

Lines Matching refs:raw_svector_ostream

706 //  raw_svector_ostream
709 // The raw_svector_ostream implementation uses the SmallVector itself as the
715 raw_svector_ostream::raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) {
724 raw_svector_ostream::~raw_svector_ostream() {
730 /// outside of the raw_svector_ostream's control. It is only safe to do this
731 /// if the raw_svector_ostream has previously been flushed.
732 void raw_svector_ostream::resync() {
740 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size) {
762 uint64_t raw_svector_ostream::current_pos() const {
766 StringRef raw_svector_ostream::str() {