Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp145 bool pick_synth = false; in Get() local
153 pick_synth = true; in Get()
156 pick_synth = false; in Get()
160 pick_synth = filter_sp->GetRevision() <= synth->GetRevision(); in Get()
162 if (pick_synth) { in Get()