Searched refs:GetMatchesVector (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | TypeCategoryMap.cpp | 183 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 D | LanguageCategory.cpp | 53 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 D | FormatClasses.cpp | 31 FormattersMatchVector FormattersMatchData::GetMatchesVector() { in GetMatchesVector() function in FormattersMatchData
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 94 FormattersMatchVector GetMatchesVector();
|