Searched refs:only_enabled (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/ |
H A D | FormatManager.h | 134 bool only_enabled = true, const char **matching_category = nullptr, 136 return m_categories_map.AnyMatches(candidate_type, items, only_enabled,
|
H A D | TypeCategoryMap.h | 76 bool only_enabled = true, const char **matching_category = nullptr,
|
H A D | DataVisualization.h | 57 bool only_enabled = true, const char **matching_category = nullptr,
|
H A D | TypeCategory.h | 351 bool only_enabled = true,
|
/openbsd/gnu/llvm/lldb/source/DataFormatters/ |
H A D | DataVisualization.cpp | 70 TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, in AnyMatches() argument 73 return GetFormatManager().AnyMatches(candidate_type, items, only_enabled, in AnyMatches()
|
H A D | TypeCategory.cpp | 189 bool only_enabled, const char **matching_category, in AnyMatches() argument 191 if (!IsEnabled() && only_enabled) in AnyMatches()
|
H A D | TypeCategoryMap.cpp | 158 TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, in AnyMatches() argument 165 if (pos->second->AnyMatches(candidate_type, items, only_enabled, in AnyMatches()
|