Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DFormatManager.cpp224 lldb::ScriptedSyntheticChildrenSP synth_chosen_sp; 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()
242 return synth_chosen_sp; in GetSyntheticForType()