Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategory.h262 return m_synth_cont.GetExactMatch(); in GetTypeSyntheticsContainer()
266 return m_synth_cont.GetRegexMatch(); in GetRegexTypeSyntheticsContainer()
269 SynthContainer &GetSyntheticsContainer() { return m_synth_cont; } in GetSyntheticsContainer()
322 SynthContainer m_synth_cont; variable
/external/llvm-project/lldb/source/DataFormatters/
DTypeCategory.cpp19 m_synth_cont(clist), m_enabled(false), m_change_listener(clist), in TypeCategoryImpl()