Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h59 void DisableAllCategories();
H A DFormatManager.h83 void DisableAllCategories();
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DDataVisualization.cpp153 GetFormatManager().DisableAllCategories(); in DisableStar()
H A DFormatManager.cpp166 void FormatManager::DisableAllCategories() { in DisableAllCategories() function in FormatManager
167 m_categories_map.DisableAllCategories(); in DisableAllCategories()
H A DTypeCategoryMap.cpp117 void TypeCategoryMap::DisableAllCategories() { in DisableAllCategories() function in TypeCategoryMap