Home
last modified time | relevance | path

Searched refs:AnyMatches (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp187 bool TypeCategoryImpl::AnyMatches( in AnyMatches() function in TypeCategoryImpl
195 if (m_format_cont.AnyMatches(candidate_type)) { in AnyMatches()
205 if (m_summary_cont.AnyMatches(candidate_type)) { in AnyMatches()
215 if (m_filter_cont.AnyMatches(candidate_type)) { in AnyMatches()
225 if (m_synth_cont.AnyMatches(candidate_type)) { in AnyMatches()
H A DDataVisualization.cpp68 bool DataVisualization::AnyMatches( in AnyMatches() function in DataVisualization
73 return GetFormatManager().AnyMatches(candidate_type, items, only_enabled, in AnyMatches()
H A DTypeCategoryMap.cpp160 bool TypeCategoryMap::AnyMatches( in AnyMatches() function in TypeCategoryMap
169 if (pos->second->AnyMatches(candidate_type, items, only_enabled, in AnyMatches()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h131 AnyMatches(const FormattersMatchCandidate &candidate_type,
136 return m_categories_map.AnyMatches(candidate_type, items, only_enabled,
H A DTypeCategoryMap.h69 AnyMatches(const FormattersMatchCandidate &candidate_type,
H A DTypeCategory.h108 bool AnyMatches(const FormattersMatchCandidate &candidate) { in AnyMatches() function
349 bool AnyMatches(const FormattersMatchCandidate &candidate_type,
H A DDataVisualization.h54 AnyMatches(const FormattersMatchCandidate &candidate_type,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2227 if (category->AnyMatches(candidate_type, eFormatCategoryItemFilter, in AddSynth()
2368 if (category->AnyMatches(candidate_type, eFormatCategoryItemSynth, in AddFilter()