Searched refs:FormattersMatchVector (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeCategory.h | 99 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 D | FormatClasses.h | 121 typedef std::vector<FormattersMatchCandidate> FormattersMatchVector; typedef 128 FormattersMatchVector GetMatchesVector(); 141 std::pair<FormattersMatchVector, bool> m_formatters_match_vector;
|
H A D | FormatManager.h | 162 static FormattersMatchVector 164 FormattersMatchVector matches; in GetPossibleMatches() 181 FormattersMatchVector &entries,
|
H A D | FormattersContainer.h | 193 bool Get(const FormattersMatchVector &candidates, ValueSP &entry) { in Get()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeCategory.cpp | 86 const FormattersMatchVector &candidates, in Get() 94 const FormattersMatchVector &candidates, in Get() 102 const FormattersMatchVector &candidates, in Get()
|
H A D | FormatClasses.cpp | 30 FormattersMatchVector FormattersMatchData::GetMatchesVector() { in GetMatchesVector()
|
H A D | FormatManager.cpp | 176 lldb::DynamicValueType use_dynamic, FormattersMatchVector &entries, in GetPossibleMatches()
|