Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp108 bool pick_synth = false; in Get() local
119 pick_synth = true; in Get()
121 pick_synth = false; in Get()
124 pick_synth = filter_sp->GetRevision() <= synth_sp->GetRevision(); in Get()
127 if (pick_synth) { in Get()