Lines Matching refs:m_stream
48 m_stream = s; in Init()
52 assert(m_stream && "cannot print to a NULL Stream"); in Init()
82 m_stream->Indent(); in PrintValueObject()
95 m_stream->EOL(); in PrintValueObject()
231 m_stream->Printf("%s: ", GetMostSpecializedValue().GetLocationAsCString()); in PrintLocationIfNeeded()
317 m_stream->PutCString(dest_stream.GetString()); in PrintDecl()
324 m_stream->Printf("(%s) ", typeName.GetData()); in PrintDecl()
326 m_stream->Printf("%s =", varName.GetData()); in PrintDecl()
328 m_stream->Printf(" ="); in PrintDecl()
429 m_stream->Printf(" <could not resolve type>"); in PrintValueAndSummaryIfNeeded()
434 m_stream->Printf(" <%s>\n", m_error.c_str()); in PrintValueAndSummaryIfNeeded()
454 m_stream->PutChar(' '); in PrintValueAndSummaryIfNeeded()
455 m_stream->PutCString(m_value); in PrintValueAndSummaryIfNeeded()
462 m_stream->PutChar(' '); in PrintValueAndSummaryIfNeeded()
463 m_stream->PutCString(m_summary); in PrintValueAndSummaryIfNeeded()
479 *m_stream << ' '; in PrintObjectDescriptionIfNeeded()
491 *m_stream << "warning: no object description available\n"; in PrintObjectDescriptionIfNeeded()
494 *m_stream << *object_desc; in PrintObjectDescriptionIfNeeded()
497 *m_stream << '\n'; in PrintObjectDescriptionIfNeeded()
589 m_stream->EOL(); in PrintChildrenPreamble()
593 m_stream->PutCString(": "); in PrintChildrenPreamble()
595 m_stream->PutChar(' '); in PrintChildrenPreamble()
597 m_stream->PutCString("{\n"); in PrintChildrenPreamble()
599 m_stream->IndentMore(); in PrintChildrenPreamble()
628 ValueObjectPrinter child_printer(*(child_sp.get()), m_stream, child_options, in PrintChild()
633 if (m_stream) in PrintChild()
634 *m_stream << "error: " << toString(std::move(error)); in PrintChild()
673 m_stream->Indent("...\n"); in PrintChildrenPostamble()
675 m_stream->IndentLess(); in PrintChildrenPostamble()
676 m_stream->Indent("}\n"); in PrintChildrenPostamble()
729 *m_stream << " <" << llvm::toString(num_children_or_err.takeError()) << '>'; in PrintChildren()
754 m_stream->PutCString(" {}\n"); in PrintChildren()
756 m_stream->EOL(); in PrintChildren()
758 m_stream->EOL(); in PrintChildren()
767 m_stream->PutCString("\n"); in PrintChildren()
769 m_stream->PutCString(" {}\n"); in PrintChildren()
773 m_stream->EOL(); in PrintChildren()
783 *m_stream << '<' << llvm::toString(num_children_or_err.takeError()) << '>'; in PrintChildrenOneLiner()
789 m_stream->PutChar('('); in PrintChildrenOneLiner()
802 m_stream->PutCString(", "); in PrintChildrenOneLiner()
807 m_stream->PutCString(name); in PrintChildrenOneLiner()
808 m_stream->PutCString(" = "); in PrintChildrenOneLiner()
812 *m_stream, ValueObject::eValueObjectRepresentationStyleSummary, in PrintChildrenOneLiner()
819 m_stream->PutCString(", ...)"); in PrintChildrenOneLiner()
821 m_stream->PutChar(')'); in PrintChildrenOneLiner()
846 m_stream->PutCString(" {...}\n"); in PrintChildrenIfNeeded()
856 m_stream->PutChar(' '); in PrintChildrenIfNeeded()
858 m_stream->EOL(); in PrintChildrenIfNeeded()
863 m_stream->PutCString("{...}\n"); in PrintChildrenIfNeeded()
874 m_stream->EOL(); in PrintChildrenIfNeeded()