Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DFormatManager.cpp235 …lldb::ScriptedSyntheticChildrenSP synth_current_sp((ScriptedSyntheticChildren*)category_sp->GetSyn… in GetSyntheticForType() local
236 …if (synth_current_sp && (synth_chosen_sp.get() == NULL || (prio_category > category_sp->GetEnabled… in GetSyntheticForType()
239 synth_chosen_sp = synth_current_sp; in GetSyntheticForType()