Searched refs:only_enabled (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | FormatManager.h | 134 bool only_enabled = true, const char **matching_category = nullptr, 136 return m_categories_map.AnyMatches(type_name, items, only_enabled,
|
D | TypeCategoryMap.h | 75 bool only_enabled = true, const char **matching_category = nullptr,
|
D | DataVisualization.h | 57 bool only_enabled = true, const char **matching_category = nullptr,
|
D | TypeCategory.h | 312 bool only_enabled = true,
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | DataVisualization.cpp | 70 bool only_enabled, const char **matching_category, in AnyMatches() argument 72 return GetFormatManager().AnyMatches(type_name, items, only_enabled, in AnyMatches()
|
D | TypeCategoryMap.cpp | 158 bool only_enabled, const char **matching_category, in AnyMatches() argument 164 if (pos->second->AnyMatches(type_name, items, only_enabled, in AnyMatches()
|
D | TypeCategory.cpp | 225 FormatCategoryItems items, bool only_enabled, in AnyMatches() argument 228 if (!IsEnabled() && only_enabled) in AnyMatches()
|