Searched refs:GetRegexMatch (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h54 RegexMatchContainerSP GetRegexMatch() const { return m_regex_sp; } function in class:lldb_private::FormatterContainerPair
57 return GetExactMatch()->GetCount() + GetRegexMatch()->GetCount();
211 return m_format_cont.GetRegexMatch();
221 return m_summary_cont.GetRegexMatch();
231 return m_filter_cont.GetRegexMatch();
268 return m_synth_cont.GetRegexMatch();

Completed in 49 milliseconds