Lines Matching defs:child_sp
604 ValueObjectSP child_sp,
623 if (child_sp.get()) {
628 ValueObjectPrinter child_printer(*(child_sp.get()), m_stream, child_options,
737 if (ValueObjectSP child_sp = GenerateChild(synth_valobj, idx)) {
739 !m_options.m_child_printing_decider(child_sp->GetName()))
745 PrintChild(child_sp, curr_ptr_depth);
793 lldb::ValueObjectSP child_sp(synth_valobj.GetChildAtIndex(idx));
794 if (child_sp)
795 child_sp = child_sp->GetQualifiedRepresentationIfAvailable(
797 if (child_sp) {
799 !m_options.m_child_printing_decider(child_sp->GetName()))
805 const char *name = child_sp.get()->GetName().AsCString();
811 child_sp->DumpPrintableRepresentation(