Searched refs:FormattersMatchVector (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 87 typedef std::vector<FormattersMatchCandidate> FormattersMatchVector; typedef 94 FormattersMatchVector GetMatchesVector(); 107 std::pair<FormattersMatchVector, bool> m_formatters_match_vector;
|
| H A D | FormatManager.h | 194 static FormattersMatchVector 196 FormattersMatchVector matches; in GetPossibleMatches() 217 FormattersMatchVector &entries,
|
| H A D | TypeCategory.h | 353 bool Get(ValueObject &valobj, const FormattersMatchVector &candidates, 356 bool Get(ValueObject &valobj, const FormattersMatchVector &candidates, 359 bool Get(ValueObject &valobj, const FormattersMatchVector &candidates, 362 bool Get(ValueObject &valobj, const FormattersMatchVector &candidates,
|
| H A D | FormattersContainer.h | 324 bool Get(const FormattersMatchVector &candidates, MapValueType &entry, in Get()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | TypeCategory.cpp | 103 const FormattersMatchVector &candidates, in Get() 116 const FormattersMatchVector &candidates, in Get() 129 const FormattersMatchVector &candidates, in Get() 185 const FormattersMatchVector &candidates, in Get()
|
| H A D | FormatClasses.cpp | 31 FormattersMatchVector FormattersMatchData::GetMatchesVector() { in GetMatchesVector()
|
| H A D | FormatManager.cpp | 173 lldb::DynamicValueType use_dynamic, FormattersMatchVector &entries, in GetPossibleMatches()
|