Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp183 for (auto match : match_data.GetMatchesVector()) { in GetFormat()
202 match_data.GetMatchesVector(), current_format, in GetFormat()
223 for (auto match : match_data.GetMatchesVector()) { in GetSummaryFormat()
242 match_data.GetMatchesVector(), current_format, in GetSummaryFormat()
265 for (auto match : match_data.GetMatchesVector()) { in GetSyntheticChildren()
285 match_data.GetMatchesVector(), current_format, in GetSyntheticChildren()
307 for (auto match : match_data.GetMatchesVector()) { in GetValidator()
326 match_data.GetMatchesVector(), current_format, in GetValidator()
H A DLanguageCategory.cpp53 m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp); in Get()
76 m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp); in Get()
99 m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp); in Get()
122 m_category_sp->Get(valobj, match_data.GetMatchesVector(), format_sp); in Get()
H A DFormatClasses.cpp31 FormattersMatchVector FormattersMatchData::GetMatchesVector() { in GetMatchesVector() function in FormattersMatchData
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h94 FormattersMatchVector GetMatchesVector();