Lines Matching refs:ValueObjectPrinter

21 ValueObjectPrinter::ValueObjectPrinter(ValueObject *valobj, Stream *s) {  in ValueObjectPrinter()  function in ValueObjectPrinter
31 ValueObjectPrinter::ValueObjectPrinter(ValueObject *valobj, Stream *s, in ValueObjectPrinter() function in ValueObjectPrinter
36 ValueObjectPrinter::ValueObjectPrinter( in ValueObjectPrinter() function in ValueObjectPrinter
43 void ValueObjectPrinter::Init( in Init()
73 bool ValueObjectPrinter::PrintValueObject() { in PrintValueObject()
110 bool ValueObjectPrinter::GetMostSpecializedValue() { in GetMostSpecializedValue()
157 const char *ValueObjectPrinter::GetDescriptionForDisplay() { in GetDescriptionForDisplay()
166 const char *ValueObjectPrinter::GetRootNameForDisplay() { in GetRootNameForDisplay()
173 bool ValueObjectPrinter::ShouldPrintValueObject() { in ShouldPrintValueObject()
182 bool ValueObjectPrinter::IsNil() { in IsNil()
188 bool ValueObjectPrinter::IsUninitialized() { in IsUninitialized()
195 bool ValueObjectPrinter::IsPtr() { in IsPtr()
201 bool ValueObjectPrinter::IsRef() { in IsRef()
207 bool ValueObjectPrinter::IsAggregate() { in IsAggregate()
214 bool ValueObjectPrinter::IsInstancePointer() { in IsInstancePointer()
226 bool ValueObjectPrinter::PrintLocationIfNeeded() { in PrintLocationIfNeeded()
234 void ValueObjectPrinter::PrintDecl() { in PrintDecl()
327 bool ValueObjectPrinter::CheckScopeIfNeeded() { in CheckScopeIfNeeded()
333 TypeSummaryImpl *ValueObjectPrinter::GetSummaryFormatter(bool null_if_omitted) { in GetSummaryFormatter()
356 void ValueObjectPrinter::GetValueSummaryError(std::string &value, in GetValueSummaryError()
406 bool ValueObjectPrinter::PrintValueAndSummaryIfNeeded(bool &value_printed, in PrintValueAndSummaryIfNeeded()
463 bool ValueObjectPrinter::PrintObjectDescriptionIfNeeded(bool value_printed, in PrintObjectDescriptionIfNeeded()
504 bool ValueObjectPrinter::ShouldPrintChildren( in ShouldPrintChildren()
559 bool ValueObjectPrinter::ShouldExpandEmptyAggregates() { in ShouldExpandEmptyAggregates()
568 ValueObject *ValueObjectPrinter::GetValueObjectForChildrenGeneration() { in GetValueObjectForChildrenGeneration()
572 void ValueObjectPrinter::PrintChildrenPreamble(bool value_printed, in PrintChildrenPreamble()
590 void ValueObjectPrinter::PrintChild( in PrintChild()
615 ValueObjectPrinter child_printer(child_sp.get(), m_stream, child_options, in PrintChild()
622 uint32_t ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { in GetMaxNumChildrenToPrint()
642 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble()
656 bool ValueObjectPrinter::ShouldPrintEmptyBrackets(bool value_printed, in ShouldPrintEmptyBrackets()
682 ValueObjectSP ValueObjectPrinter::GenerateChild(ValueObject *synth_valobj, in GenerateChild()
697 void ValueObjectPrinter::PrintChildren( in PrintChildren()
748 bool ValueObjectPrinter::PrintChildrenOneLiner(bool hide_names) { in PrintChildrenOneLiner()
795 void ValueObjectPrinter::PrintChildrenIfNeeded(bool value_printed, in PrintChildrenIfNeeded()
842 bool ValueObjectPrinter::HasReachedMaximumDepth() { in HasReachedMaximumDepth()
846 bool ValueObjectPrinter::ShouldShowName() const { in ShouldShowName()