Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp118 bool pick_synth = false; in Get() local
125 pick_synth = true; in Get()
128 pick_synth = false; in Get()
132 pick_synth = filter_sp->GetRevision() <= synth->GetRevision(); in Get()
134 if (pick_synth) { in Get()