Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h99 bool Get(const FormattersMatchVector &candidates, in Get()
111 if (sc->Get(FormattersMatchVector{candidate}, entry)) in AnyMatches()
324 bool Get(lldb::LanguageType lang, const FormattersMatchVector &candidates,
327 bool Get(lldb::LanguageType lang, const FormattersMatchVector &candidates,
330 bool Get(lldb::LanguageType lang, const FormattersMatchVector &candidates,
H A DFormatClasses.h121 typedef std::vector<FormattersMatchCandidate> FormattersMatchVector; typedef
128 FormattersMatchVector GetMatchesVector();
141 std::pair<FormattersMatchVector, bool> m_formatters_match_vector;
H A DFormatManager.h162 static FormattersMatchVector
164 FormattersMatchVector matches; in GetPossibleMatches()
181 FormattersMatchVector &entries,
H A DFormattersContainer.h193 bool Get(const FormattersMatchVector &candidates, ValueSP &entry) { in Get()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp86 const FormattersMatchVector &candidates, in Get()
94 const FormattersMatchVector &candidates, in Get()
102 const FormattersMatchVector &candidates, in Get()
H A DFormatClasses.cpp30 FormattersMatchVector FormattersMatchData::GetMatchesVector() { in GetMatchesVector()
H A DFormatManager.cpp176 lldb::DynamicValueType use_dynamic, FormattersMatchVector &entries, in GetPossibleMatches()