• Home
  • Raw
  • Download

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()
98 bool ValueObjectPrinter::GetMostSpecializedValue() { in GetMostSpecializedValue()
145 const char *ValueObjectPrinter::GetDescriptionForDisplay() { in GetDescriptionForDisplay()
154 const char *ValueObjectPrinter::GetRootNameForDisplay() { in GetRootNameForDisplay()
161 bool ValueObjectPrinter::ShouldPrintValueObject() { in ShouldPrintValueObject()
170 bool ValueObjectPrinter::IsNil() { in IsNil()
176 bool ValueObjectPrinter::IsUninitialized() { in IsUninitialized()
183 bool ValueObjectPrinter::IsPtr() { in IsPtr()
189 bool ValueObjectPrinter::IsRef() { in IsRef()
195 bool ValueObjectPrinter::IsAggregate() { in IsAggregate()
202 bool ValueObjectPrinter::IsInstancePointer() { in IsInstancePointer()
214 bool ValueObjectPrinter::PrintLocationIfNeeded() { in PrintLocationIfNeeded()
222 void ValueObjectPrinter::PrintDecl() { in PrintDecl()
310 bool ValueObjectPrinter::CheckScopeIfNeeded() { in CheckScopeIfNeeded()
316 TypeSummaryImpl *ValueObjectPrinter::GetSummaryFormatter(bool null_if_omitted) { in GetSummaryFormatter()
339 void ValueObjectPrinter::GetValueSummaryError(std::string &value, in GetValueSummaryError()
389 bool ValueObjectPrinter::PrintValueAndSummaryIfNeeded(bool &value_printed, in PrintValueAndSummaryIfNeeded()
442 bool ValueObjectPrinter::PrintObjectDescriptionIfNeeded(bool value_printed, in PrintObjectDescriptionIfNeeded()
483 bool ValueObjectPrinter::ShouldPrintChildren( in ShouldPrintChildren()
536 bool ValueObjectPrinter::ShouldExpandEmptyAggregates() { in ShouldExpandEmptyAggregates()
545 ValueObject *ValueObjectPrinter::GetValueObjectForChildrenGeneration() { in GetValueObjectForChildrenGeneration()
549 void ValueObjectPrinter::PrintChildrenPreamble() { in PrintChildrenPreamble()
560 void ValueObjectPrinter::PrintChild( in PrintChild()
581 ValueObjectPrinter child_printer( in PrintChild()
589 uint32_t ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { in GetMaxNumChildrenToPrint()
609 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble()
623 bool ValueObjectPrinter::ShouldPrintEmptyBrackets(bool value_printed, in ShouldPrintEmptyBrackets()
649 ValueObjectSP ValueObjectPrinter::GenerateChild(ValueObject *synth_valobj, in GenerateChild()
664 void ValueObjectPrinter::PrintChildren( in PrintChildren()
712 bool ValueObjectPrinter::PrintChildrenOneLiner(bool hide_names) { in PrintChildrenOneLiner()
754 void ValueObjectPrinter::PrintChildrenIfNeeded(bool value_printed, in PrintChildrenIfNeeded()