Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp19 m_synth_cont(clist), m_enabled(false), m_change_listener(clist), in TypeCategoryImpl()
114 m_synth_cont.Get(candidates, synth_sp); in Get()
148 m_synth_cont.Clear(); in Clear()
164 success = m_synth_cont.Delete(name) || success; in Delete()
182 count += m_synth_cont.GetCount(); in GetCount()
225 if (m_synth_cont.AnyMatches(candidate_type)) { in AnyMatches()
246 m_synth_cont.AutoComplete(request); in AutoComplete()
266 return m_synth_cont.GetForTypeNameSpecifier(type_sp); in GetSyntheticForType()
286 return m_synth_cont.GetAtIndex(index); in GetSyntheticAtIndex()
306 return m_synth_cont.GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForSyntheticAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h207 m_synth_cont.ForEach(callback.callback); in ForEach()
260 m_synth_cont.Add(type_sp, synth_sp); in AddTypeSynthetic()
284 return m_synth_cont.Delete(type_sp); in DeleteTypeSynthetic()
293 uint32_t GetNumSynthetics() { return m_synth_cont.GetCount(); } in GetNumSynthetics()
363 SynthContainer m_synth_cont; variable