Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp166 DataVisualization::Categories::GetCategoryAtIndex(size_t index) { in GetCategoryAtIndex() function in DataVisualization::Categories
167 return GetFormatManager().GetCategoryAtIndex(index); in GetCategoryAtIndex()
H A DFormatManager.cpp315 category_sp = GetCategoryAtIndex(category_id); in GetFormatForType()
339 category_sp = GetCategoryAtIndex(category_id); in GetSummaryForType()
363 category_sp = GetCategoryAtIndex(category_id); in GetFilterForType()
387 category_sp = GetCategoryAtIndex(category_id); in GetSyntheticForType()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h118 static lldb::TypeCategoryImplSP GetCategoryAtIndex(size_t);
H A DFormatManager.h93 lldb::TypeCategoryImplSP GetCategoryAtIndex(size_t index) { in GetCategoryAtIndex() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h571 SBTypeCategory GetCategoryAtIndex(uint32_t index);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1600 SBTypeCategory SBDebugger::GetCategoryAtIndex(uint32_t index) { in GetCategoryAtIndex() function in SBDebugger
1604 DataVisualization::Categories::GetCategoryAtIndex(index)); in GetCategoryAtIndex()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23918 result = (arg1)->GetCategoryAtIndex(arg2); in _wrap_SBDebugger_GetCategoryAtIndex()