Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp374 lldb::ScriptedSyntheticChildrenSP synth_chosen_sp; in GetSyntheticForType() local
386 (synth_chosen_sp.get() == nullptr || in GetSyntheticForType()
389 synth_chosen_sp = synth_current_sp; in GetSyntheticForType()
392 return synth_chosen_sp; in GetSyntheticForType()