Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeCategory.h60 SBTypeNameSpecifier GetTypeNameSpecifierForSyntheticAtIndex(uint32_t);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp138 SBTypeCategory::GetTypeNameSpecifierForSyntheticAtIndex(uint32_t index) { in GetTypeNameSpecifierForSyntheticAtIndex() function in SBTypeCategory
142 m_opaque_sp->GetTypeNameSpecifierForSyntheticAtIndex(index)); in GetTypeNameSpecifierForSyntheticAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h328 GetTypeNameSpecifierForSyntheticAtIndex(size_t index);
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp569 TypeCategoryImpl::GetTypeNameSpecifierForSyntheticAtIndex(size_t index) { in GetTypeNameSpecifierForSyntheticAtIndex() function in TypeCategoryImpl