Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp189 bool only_enabled, const char **matching_category, in AnyMatches() argument
196 if (matching_category) in AnyMatches()
197 *matching_category = m_name.GetCString(); in AnyMatches()
206 if (matching_category) in AnyMatches()
207 *matching_category = m_name.GetCString(); in AnyMatches()
216 if (matching_category) in AnyMatches()
217 *matching_category = m_name.GetCString(); in AnyMatches()
226 if (matching_category) in AnyMatches()
227 *matching_category = m_name.GetCString(); in AnyMatches()
H A DDataVisualization.cpp71 const char **matching_category, in AnyMatches() argument
74 matching_category, matching_type); in AnyMatches()
H A DTypeCategoryMap.cpp163 const char **matching_category, in AnyMatches() argument
170 matching_category, matching_type)) in AnyMatches()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h134 bool only_enabled = true, const char **matching_category = nullptr,
137 matching_category, matching_type);
H A DTypeCategoryMap.h72 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.h352 const char **matching_category = nullptr,