Home
last modified time | relevance | path

Searched refs:only_enabled (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormatManager.h134 bool only_enabled = true, const char **matching_category = nullptr,
136 return m_categories_map.AnyMatches(type_name, items, only_enabled,
H A DTypeCategoryMap.h75 bool only_enabled = true, const char **matching_category = nullptr,
H A DDataVisualization.h57 bool only_enabled = true, const char **matching_category = nullptr,
H A DTypeCategory.h312 bool only_enabled = true,
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DDataVisualization.cpp70 bool only_enabled, const char **matching_category, in AnyMatches() argument
72 return GetFormatManager().AnyMatches(type_name, items, only_enabled, in AnyMatches()
H A DTypeCategoryMap.cpp158 bool only_enabled, const char **matching_category, in AnyMatches() argument
164 if (pos->second->AnyMatches(type_name, items, only_enabled, in AnyMatches()
H A DTypeCategory.cpp225 FormatCategoryItems items, bool only_enabled, in AnyMatches() argument
228 if (!IsEnabled() && only_enabled) in AnyMatches()