Searched refs:only_enabled (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | FormatManager.h | 159 bool only_enabled = true, const char **matching_category = nullptr, 161 return m_categories_map.AnyMatches(type_name, items, only_enabled,
|
| H A D | TypeCategoryMap.h | 76 bool only_enabled = true, const char **matching_category = nullptr,
|
| H A D | DataVisualization.h | 74 bool only_enabled = true, const char **matching_category = nullptr,
|
| H A D | TypeCategory.h | 385 bool only_enabled = true,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | DataVisualization.cpp | 94 bool only_enabled, const char **matching_category, in AnyMatches() argument 96 return GetFormatManager().AnyMatches(type_name, items, only_enabled, in AnyMatches()
|
| H A D | TypeCategoryMap.cpp | 160 bool only_enabled, const char **matching_category, in AnyMatches() argument 166 if (pos->second->AnyMatches(type_name, items, only_enabled, in AnyMatches()
|
| H A D | TypeCategory.cpp | 303 FormatCategoryItems items, bool only_enabled, in AnyMatches() argument 306 if (!IsEnabled() && only_enabled) in AnyMatches()
|