Lines Matching refs:ValueObjectPrinter
23 ValueObjectPrinter::ValueObjectPrinter(ValueObject &valobj, Stream *s) in ValueObjectPrinter() function in ValueObjectPrinter
29 ValueObjectPrinter::ValueObjectPrinter(ValueObject &valobj, Stream *s, in ValueObjectPrinter() function in ValueObjectPrinter
35 ValueObjectPrinter::ValueObjectPrinter( in ValueObjectPrinter() function in ValueObjectPrinter
43 void ValueObjectPrinter::Init( in Init()
72 llvm::Error ValueObjectPrinter::PrintValueObject() { in PrintValueObject()
100 ValueObject &ValueObjectPrinter::GetMostSpecializedValue() { in GetMostSpecializedValue()
105 void ValueObjectPrinter::SetupMostSpecializedValue() { in SetupMostSpecializedValue()
147 llvm::Expected<std::string> ValueObjectPrinter::GetDescriptionForDisplay() { in GetDescriptionForDisplay()
165 const char *ValueObjectPrinter::GetRootNameForDisplay() { in GetRootNameForDisplay()
173 bool ValueObjectPrinter::ShouldPrintValueObject() { in ShouldPrintValueObject()
182 bool ValueObjectPrinter::IsNil() { in IsNil()
189 bool ValueObjectPrinter::IsUninitialized() { in IsUninitialized()
197 bool ValueObjectPrinter::IsPtr() { in IsPtr()
203 bool ValueObjectPrinter::IsRef() { in IsRef()
209 bool ValueObjectPrinter::IsAggregate() { in IsAggregate()
216 bool ValueObjectPrinter::IsInstancePointer() { in IsInstancePointer()
229 bool ValueObjectPrinter::PrintLocationIfNeeded() { in PrintLocationIfNeeded()
237 void ValueObjectPrinter::PrintDecl() { in PrintDecl()
332 bool ValueObjectPrinter::CheckScopeIfNeeded() { in CheckScopeIfNeeded()
338 TypeSummaryImpl *ValueObjectPrinter::GetSummaryFormatter(bool null_if_omitted) { in GetSummaryFormatter()
362 void ValueObjectPrinter::GetValueSummaryError(std::string &value, in GetValueSummaryError()
413 bool ValueObjectPrinter::PrintValueAndSummaryIfNeeded(bool &value_printed, in PrintValueAndSummaryIfNeeded()
472 ValueObjectPrinter::PrintObjectDescriptionIfNeeded(bool value_printed, in PrintObjectDescriptionIfNeeded()
516 bool ValueObjectPrinter::ShouldPrintChildren( in ShouldPrintChildren()
572 bool ValueObjectPrinter::ShouldExpandEmptyAggregates() { in ShouldExpandEmptyAggregates()
581 ValueObject &ValueObjectPrinter::GetValueObjectForChildrenGeneration() { in GetValueObjectForChildrenGeneration()
585 void ValueObjectPrinter::PrintChildrenPreamble(bool value_printed, in PrintChildrenPreamble()
603 void ValueObjectPrinter::PrintChild( in PrintChild()
628 ValueObjectPrinter child_printer(*(child_sp.get()), m_stream, child_options, in PrintChild()
642 ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { in GetMaxNumChildrenToPrint()
665 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble()
680 bool ValueObjectPrinter::ShouldPrintEmptyBrackets(bool value_printed, in ShouldPrintEmptyBrackets()
706 ValueObjectSP ValueObjectPrinter::GenerateChild(ValueObject &synth_valobj, in GenerateChild()
721 void ValueObjectPrinter::PrintChildren( in PrintChildren()
777 bool ValueObjectPrinter::PrintChildrenOneLiner(bool hide_names) { in PrintChildrenOneLiner()
826 llvm::Error ValueObjectPrinter::PrintChildrenIfNeeded(bool value_printed, in PrintChildrenIfNeeded()
878 bool ValueObjectPrinter::HasReachedMaximumDepth() { in HasReachedMaximumDepth()
882 bool ValueObjectPrinter::ShouldShowName() const { in ShouldShowName()