Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDDataVisualization.cpp167 DataVisualization::Categories::GetCategoryAtIndex(size_t index) { in GetCategoryAtIndex() function in DataVisualization::Categories
168 return GetFormatManager().GetCategoryAtIndex(index); in GetCategoryAtIndex()
HDFormatManager.cpp323 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()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDDataVisualization.h119 static lldb::TypeCategoryImplSP GetCategoryAtIndex(size_t);
HDFormatManager.h93 lldb::TypeCategoryImplSP GetCategoryAtIndex(size_t index) { in GetCategoryAtIndex() function
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBDebugger.h277 SBTypeCategory GetCategoryAtIndex(uint32_t);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBDebugger.i465 GetCategoryAtIndex (uint32_t);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBDebugger.cpp1525 SBTypeCategory SBDebugger::GetCategoryAtIndex(uint32_t index) { in GetCategoryAtIndex() function in SBDebugger
1526 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()