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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h146 GetCategoryAtIndex (size_t);
H A DFormatManager.h99 GetCategoryAtIndex (size_t index) function in class:lldb_private::FormatManager
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDataVisualization.cpp199 DataVisualization::Categories::GetCategoryAtIndex (size_t index) function in class:DataVisualization::Categories
201 return GetFormatManager().GetCategoryAtIndex(index);
H A DFormatManager.cpp312 category_sp = GetCategoryAtIndex(category_id);
338 category_sp = GetCategoryAtIndex(category_id);
364 category_sp = GetCategoryAtIndex(category_id);
391 category_sp = GetCategoryAtIndex(category_id);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h299 GetCategoryAtIndex (uint32_t);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1265 SBDebugger::GetCategoryAtIndex (uint32_t index) function in class:SBDebugger
1267 return SBTypeCategory(DataVisualization::Categories::GetCategoryAtIndex(index));
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp2461 lldb::TypeCategoryImplSP category_sp = DataVisualization::Categories::GetCategoryAtIndex(i);
2624 lldb::TypeCategoryImplSP category_sp = DataVisualization::Categories::GetCategoryAtIndex(i);

Completed in 339 milliseconds