Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h58 SBTypeNameSpecifier GetTypeNameSpecifierForSyntheticAtIndex(uint32_t);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp166 SBTypeCategory::GetTypeNameSpecifierForSyntheticAtIndex(uint32_t index) { in GetTypeNameSpecifierForSyntheticAtIndex() function in SBTypeCategory
172 m_opaque_sp->GetTypeNameSpecifierForSyntheticAtIndex(index)); in GetTypeNameSpecifierForSyntheticAtIndex()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp305 TypeCategoryImpl::GetTypeNameSpecifierForSyntheticAtIndex(size_t index) { in GetTypeNameSpecifierForSyntheticAtIndex() function in TypeCategoryImpl
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h305 GetTypeNameSpecifierForSyntheticAtIndex(size_t index);
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70343 result = (arg1)->GetTypeNameSpecifierForSyntheticAtIndex(arg2); in _wrap_SBTypeCategory_GetTypeNameSpecifierForSyntheticAtIndex()