Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatManager.h159 bool only_enabled = true, const char **matching_category = nullptr,
161 return m_categories_map.AnyMatches(type_name, items, only_enabled,
H A DTypeCategoryMap.h76 bool only_enabled = true, const char **matching_category = nullptr,
H A DDataVisualization.h74 bool only_enabled = true, const char **matching_category = nullptr,
H A DTypeCategory.h385 bool only_enabled = true,
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDataVisualization.cpp94 bool only_enabled, const char **matching_category, in AnyMatches() argument
96 return GetFormatManager().AnyMatches(type_name, items, only_enabled, in AnyMatches()
H A DTypeCategoryMap.cpp160 bool only_enabled, const char **matching_category, in AnyMatches() argument
166 if (pos->second->AnyMatches(type_name, items, only_enabled, in AnyMatches()
H A DTypeCategory.cpp303 FormatCategoryItems items, bool only_enabled, in AnyMatches() argument
306 if (!IsEnabled() && only_enabled) in AnyMatches()