Home
last modified time | relevance | path

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

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