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

Declarations

tools/lldb/include/lldb/DataFormatters/LanguageCategory.h
   50   lldb::TypeCategoryImplSP GetCategory() const;

References

tools/lldb/source/DataFormatters/DataVisualization.cpp
   99     entry = lang_category->GetCategory();
tools/lldb/source/DataFormatters/FormatManager.cpp
  416     if (auto category_sp = entry.second->GetCategory()) {