Home
last modified time | relevance | path

Searched refs:GetTypeNameSpecifierForFormatAtIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeCategory.h55 SBTypeNameSpecifier GetTypeNameSpecifierForFormatAtIndex(uint32_t);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp121 SBTypeCategory::GetTypeNameSpecifierForFormatAtIndex(uint32_t index) { in GetTypeNameSpecifierForFormatAtIndex() function in SBTypeCategory
125 m_opaque_sp->GetTypeNameSpecifierForFormatAtIndex(index)); in GetTypeNameSpecifierForFormatAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h300 GetTypeNameSpecifierForFormatAtIndex(size_t index);
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp541 TypeCategoryImpl::GetTypeNameSpecifierForFormatAtIndex(size_t index) { in GetTypeNameSpecifierForFormatAtIndex() function in TypeCategoryImpl