Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/formatters/
H A Dsynth.py100 cat.AddTypeSummary(
107 cat.AddTypeSummary(
113 cat.AddTypeSummary(
H A DTestFormattersSBAPI.py92 new_category.AddTypeSummary(
292 category.AddTypeSummary(
335 category.AddTypeSummary(
356 category.AddTypeSummary(
378 new_category.AddTypeSummary(
389 new_category.AddTypeSummary(
409 new_category.AddTypeSummary(
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/type_summary_list_script/
H A Dtslsformatters.py12 category.AddTypeSummary(spec, summary)
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/language_category_updates/
H A DTestDataFormatterLanguageCategoryUpdates.py62 self.type_category.AddTypeSummary(self.type_specifier, type_summary)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTypeCategory.h80 bool AddTypeSummary(SBTypeNameSpecifier, SBTypeSummary);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTypeCategory.i107 AddTypeSummary (lldb::SBTypeNameSpecifier,
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeCategory.cpp370 bool SBTypeCategory::AddTypeSummary(SBTypeNameSpecifier type_name, in AddTypeSummary() function in SBTypeCategory