Home
last modified time | relevance | path

Searched refs:summary_current_sp (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/DataFormatters/
DFormatManager.cpp182 lldb::TypeSummaryImplSP summary_current_sp = category_sp->GetSummaryForType(type_sp); in GetSummaryForType() local
183 …if (summary_current_sp && (summary_chosen_sp.get() == NULL || (prio_category > category_sp->GetEna… in GetSummaryForType()
186 summary_chosen_sp = summary_current_sp; in GetSummaryForType()