Home
last modified time | relevance | path

Searched refs:candidate_type (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DFormattersContainer.h95 bool Matches(FormattersMatchCandidate candidate_type) const { in Matches() argument
96 ConstString type_name = candidate_type.GetTypeName(); in Matches()
109 if (candidate_type.GetScriptInterpreter()) in Matches()
110 return candidate_type.GetScriptInterpreter()->FormatterCallbackFunction( in Matches()
112 std::make_shared<TypeImpl>(candidate_type.GetType())); in Matches()
DFormatManager.h131 AnyMatches(const FormattersMatchCandidate &candidate_type,
136 return m_categories_map.AnyMatches(candidate_type, items, only_enabled,
DTypeCategoryMap.h73 AnyMatches(const FormattersMatchCandidate &candidate_type,
DDataVisualization.h54 AnyMatches(const FormattersMatchCandidate &candidate_type,
DTypeCategory.h349 bool AnyMatches(const FormattersMatchCandidate &candidate_type,
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DTypeCategory.cpp188 const FormattersMatchCandidate &candidate_type, FormatCategoryItems items, in AnyMatches() argument
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()
DDataVisualization.cpp69 const FormattersMatchCandidate &candidate_type, in AnyMatches() argument
73 return GetFormatManager().AnyMatches(candidate_type, items, only_enabled, in AnyMatches()
DTypeCategoryMap.cpp157 const FormattersMatchCandidate &candidate_type, in AnyMatches() argument
165 if (pos->second->AnyMatches(candidate_type, items, only_enabled, in AnyMatches()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectType.cpp2327 FormattersMatchCandidate candidate_type(type_name, nullptr, TypeImpl(), in AddSynth() local
2329 if (category->AnyMatches(candidate_type, eFormatCategoryItemFilter, in AddSynth()
2468 FormattersMatchCandidate candidate_type( in AddFilter() local
2471 if (category->AnyMatches(candidate_type, eFormatCategoryItemSynth, in AddFilter()