Searched refs:FormattersMatchVector (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 81 typedef std::vector<FormattersMatchCandidate> FormattersMatchVector; typedef 88 FormattersMatchVector GetMatchesVector(); 101 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 | TypeCategory.h | 285 bool Get(lldb::LanguageType lang, const FormattersMatchVector &candidates, 288 bool Get(lldb::LanguageType lang, const FormattersMatchVector &candidates, 291 bool Get(lldb::LanguageType lang, const FormattersMatchVector &candidates,
|
| H A D | FormattersContainer.h | 216 bool Get(const FormattersMatchVector &candidates, ValueSP &entry) { in Get()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatClasses.cpp | 30 FormattersMatchVector FormattersMatchData::GetMatchesVector() { in GetMatchesVector()
|
| H A D | TypeCategory.cpp | 86 const FormattersMatchVector &candidates, in Get() 97 const FormattersMatchVector &candidates, in Get() 108 const FormattersMatchVector &candidates, in Get()
|
| H A D | FormatManager.cpp | 178 lldb::DynamicValueType use_dynamic, FormattersMatchVector &entries, in GetPossibleMatches()
|