Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBTypeCategory.h58 SBTypeNameSpecifier GetTypeNameSpecifierForSyntheticAtIndex(uint32_t);
/openbsd/src/gnu/llvm/lldb/source/API/
DSBTypeCategory.cpp166 SBTypeCategory::GetTypeNameSpecifierForSyntheticAtIndex(uint32_t index) { in GetTypeNameSpecifierForSyntheticAtIndex() function in SBTypeCategory
172 m_opaque_sp->GetTypeNameSpecifierForSyntheticAtIndex(index)); in GetTypeNameSpecifierForSyntheticAtIndex()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBTypeCategory.i73 GetTypeNameSpecifierForSyntheticAtIndex (uint32_t);
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DTypeCategory.cpp305 TypeCategoryImpl::GetTypeNameSpecifierForSyntheticAtIndex(size_t index) { in GetTypeNameSpecifierForSyntheticAtIndex() function in TypeCategoryImpl
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DTypeCategory.h305 GetTypeNameSpecifierForSyntheticAtIndex(size_t index);