Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h87 typedef std::vector<FormattersMatchCandidate> FormattersMatchVector; typedef
94 FormattersMatchVector GetMatchesVector();
107 std::pair<FormattersMatchVector, bool> m_formatters_match_vector;
H A DFormatManager.h194 static FormattersMatchVector
196 FormattersMatchVector matches; in GetPossibleMatches()
217 FormattersMatchVector &entries,
H A DTypeCategory.h353 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 DFormattersContainer.h324 bool Get(const FormattersMatchVector &candidates, MapValueType &entry, in Get()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp103 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 DFormatClasses.cpp31 FormattersMatchVector FormattersMatchData::GetMatchesVector() { in GetMatchesVector()
H A DFormatManager.cpp173 lldb::DynamicValueType use_dynamic, FormattersMatchVector &entries, in GetPossibleMatches()