Searched refs:GetCategoryAtIndex (Results 1 – 7 of 7) sorted by relevance
167 DataVisualization::Categories::GetCategoryAtIndex(size_t index) { in GetCategoryAtIndex() function in DataVisualization::Categories168 return GetFormatManager().GetCategoryAtIndex(index); in GetCategoryAtIndex()
323 category_sp = GetCategoryAtIndex(category_id); in GetFormatForType()347 category_sp = GetCategoryAtIndex(category_id); in GetSummaryForType()371 category_sp = GetCategoryAtIndex(category_id); in GetFilterForType()395 category_sp = GetCategoryAtIndex(category_id); in GetSyntheticForType()
119 static lldb::TypeCategoryImplSP GetCategoryAtIndex(size_t);
93 lldb::TypeCategoryImplSP GetCategoryAtIndex(size_t index) { in GetCategoryAtIndex() function
277 SBTypeCategory GetCategoryAtIndex(uint32_t);
465 GetCategoryAtIndex (uint32_t);
1525 SBTypeCategory SBDebugger::GetCategoryAtIndex(uint32_t index) { in GetCategoryAtIndex() function in SBDebugger1526 LLDB_RECORD_METHOD(lldb::SBTypeCategory, SBDebugger, GetCategoryAtIndex, in GetCategoryAtIndex()1530 SBTypeCategory(DataVisualization::Categories::GetCategoryAtIndex(index))); in GetCategoryAtIndex()1805 LLDB_REGISTER_METHOD(lldb::SBTypeCategory, SBDebugger, GetCategoryAtIndex, in RegisterMethods()