Searched refs:GetCategoryAtIndex (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h167 GetCategoryAtIndex (size_t);
H A DFormatManager.h135 GetCategoryAtIndex (size_t index) function in class:lldb_private::FormatManager
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDataVisualization.cpp241 DataVisualization::Categories::GetCategoryAtIndex (size_t index) function in class:DataVisualization::Categories
243 return GetFormatManager().GetCategoryAtIndex(index);
H A DFormatManager.cpp367 category_sp = GetCategoryAtIndex(category_id);
393 category_sp = GetCategoryAtIndex(category_id);
419 category_sp = GetCategoryAtIndex(category_id);
446 category_sp = GetCategoryAtIndex(category_id);
488 category_sp = GetCategoryAtIndex(category_id);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h302 GetCategoryAtIndex (uint32_t);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1311 SBDebugger::GetCategoryAtIndex (uint32_t index) function in class:SBDebugger
1313 return SBTypeCategory(DataVisualization::Categories::GetCategoryAtIndex(index));

Completed in 66 milliseconds