Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatManager.h134 bool only_enabled = true, const char **matching_category = nullptr,
136 return m_categories_map.AnyMatches(candidate_type, items, only_enabled,
H A DTypeCategoryMap.h76 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.h351 bool only_enabled = true,
/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DDataVisualization.cpp70 TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, in AnyMatches() argument
73 return GetFormatManager().AnyMatches(candidate_type, items, only_enabled, in AnyMatches()
H A DTypeCategory.cpp189 bool only_enabled, const char **matching_category, in AnyMatches() argument
191 if (!IsEnabled() && only_enabled) in AnyMatches()
H A DTypeCategoryMap.cpp158 TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, in AnyMatches() argument
165 if (pos->second->AnyMatches(candidate_type, items, only_enabled, in AnyMatches()