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/
H A DSBTypeCategory.h58 SBTypeNameSpecifier GetTypeNameSpecifierForSyntheticAtIndex(uint32_t);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTypeCategory.i73 GetTypeNameSpecifierForSyntheticAtIndex (uint32_t);
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeCategory.cpp305 TypeCategoryImpl::GetTypeNameSpecifierForSyntheticAtIndex(size_t index) { in GetTypeNameSpecifierForSyntheticAtIndex() function in TypeCategoryImpl
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h305 GetTypeNameSpecifierForSyntheticAtIndex(size_t index);