Home
last modified time | relevance | path

Searched refs:DeleteTypeSummary (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/language_category_updates/
H A DTestDataFormatterLanguageCategoryUpdates.py30 self.type_category.DeleteTypeSummary(self.type_specifier)
69 self.type_category.DeleteTypeSummary(self.type_specifier)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTypeCategory.h82 bool DeleteTypeSummary(SBTypeNameSpecifier);
/llvm-project-15.0.7/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py261 category.DeleteTypeSummary(
278 category.DeleteTypeSummary(
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTypeCategory.i111 DeleteTypeSummary (lldb::SBTypeNameSpecifier);
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeCategory.cpp427 bool SBTypeCategory::DeleteTypeSummary(SBTypeNameSpecifier type_name) { in DeleteTypeSummary() function in SBTypeCategory