reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/DataFormatters/FormatClasses.h
   93   FormattersMatchVector GetMatchesVector();
  106   std::pair<FormattersMatchVector, bool> m_formatters_match_vector;
tools/lldb/include/lldb/DataFormatters/FormatManager.h
  184   static FormattersMatchVector
  186     FormattersMatchVector matches;
  207                                  FormattersMatchVector &entries,
tools/lldb/include/lldb/DataFormatters/FormattersContainer.h
  312   bool Get(const FormattersMatchVector &candidates, MapValueType &entry,
tools/lldb/include/lldb/DataFormatters/TypeCategory.h
  336   bool Get(ValueObject &valobj, const FormattersMatchVector &candidates,
  339   bool Get(ValueObject &valobj, const FormattersMatchVector &candidates,
  342   bool Get(ValueObject &valobj, const FormattersMatchVector &candidates,
  345   bool Get(ValueObject &valobj, const FormattersMatchVector &candidates,
tools/lldb/source/DataFormatters/FormatClasses.cpp
   30 FormattersMatchVector FormattersMatchData::GetMatchesVector() {
tools/lldb/source/DataFormatters/FormatManager.cpp
  178     lldb::DynamicValueType use_dynamic, FormattersMatchVector &entries,
tools/lldb/source/DataFormatters/TypeCategory.cpp
  100                            const FormattersMatchVector &candidates,
  113                            const FormattersMatchVector &candidates,
  126                            const FormattersMatchVector &candidates,
  173                            const FormattersMatchVector &candidates,