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

References

tools/lldb/include/lldb/DataFormatters/TypeCategory.h
  232     GetRegexTypeSyntheticsContainer()->ForEach(foreach.GetSynthRegexCallback());
tools/lldb/source/API/SBTypeCategory.cpp
  141          m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetCount();
  279     m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetExact(
  569     m_opaque_sp->GetRegexTypeSyntheticsContainer()->Add(
  591     return m_opaque_sp->GetRegexTypeSyntheticsContainer()->Delete(
tools/lldb/source/Commands/CommandObjectType.cpp
 2365     category->GetRegexTypeSyntheticsContainer()->Delete(type_name);
 2366     category->GetRegexTypeSyntheticsContainer()->Add(std::move(typeRX), entry);
tools/lldb/source/DataFormatters/FormattersHelpers.cpp
   98     category_sp->GetRegexTypeSyntheticsContainer()->Add(
tools/lldb/source/DataFormatters/TypeCategory.cpp
  144     regex_synth = GetRegexTypeSyntheticsContainer()->Get(candidates, synth,
  207     GetRegexTypeSyntheticsContainer()->Clear();
  239     success = GetRegexTypeSyntheticsContainer()->Delete(name) || success;
  273     count += GetRegexTypeSyntheticsContainer()->GetCount();
  368     if (GetRegexTypeSyntheticsContainer()->Get(type_name, synth_sp)) {
  454       GetRegexTypeSyntheticsContainer()->GetExact(
  539     return GetRegexTypeSyntheticsContainer()->GetAtIndex(
  548     return GetRegexTypeSyntheticsContainer()->GetTypeNameSpecifierAtIndex(
tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  552   cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add(
  752   cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add(
  757   cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add(
  762   cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add(