Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DFormatManager.cpp381 lldb::ScriptedSyntheticChildrenSP synth_chosen_sp; in GetSyntheticForType() local
393 (synth_chosen_sp.get() == nullptr || in GetSyntheticForType()
396 synth_chosen_sp = synth_current_sp; in GetSyntheticForType()
399 return synth_chosen_sp; in GetSyntheticForType()