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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h58 SBTypeNameSpecifier GetTypeNameSpecifierForSyntheticAtIndex(uint32_t);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp178 SBTypeCategory::GetTypeNameSpecifierForSyntheticAtIndex(uint32_t index) { function in class:SBTypeCategory
180 GetTypeNameSpecifierForSyntheticAtIndex, (uint32_t),
186 m_opaque_sp->GetTypeNameSpecifierForSyntheticAtIndex(index)));
686 GetTypeNameSpecifierForSyntheticAtIndex, (uint32_t));
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i73 GetTypeNameSpecifierForSyntheticAtIndex (uint32_t);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h276 GetTypeNameSpecifierForSyntheticAtIndex(size_t index);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp463 TypeCategoryImpl::GetTypeNameSpecifierForSyntheticAtIndex(size_t index) { function in class:TypeCategoryImpl

Completed in 209 milliseconds