Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h58 void DisableAllCategories();
H A DFormatManager.h83 void DisableAllCategories();
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp153 GetFormatManager().DisableAllCategories(); in DisableStar()
H A DTypeCategoryMap.cpp129 void TypeCategoryMap::DisableAllCategories() { in DisableAllCategories() function in TypeCategoryMap
H A DFormatManager.cpp165 void FormatManager::DisableAllCategories() { in DisableAllCategories() function in FormatManager
166 m_categories_map.DisableAllCategories(); in DisableAllCategories()