Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp177 SBTypeCategory::GetTypeNameSpecifierForSyntheticAtIndex(uint32_t index) { in GetTypeNameSpecifierForSyntheticAtIndex() function in SBTypeCategory
179 GetTypeNameSpecifierForSyntheticAtIndex, (uint32_t), in GetTypeNameSpecifierForSyntheticAtIndex()
185 m_opaque_sp->GetTypeNameSpecifierForSyntheticAtIndex(index))); in GetTypeNameSpecifierForSyntheticAtIndex()
677 GetTypeNameSpecifierForSyntheticAtIndex, (uint32_t)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h58 SBTypeNameSpecifier GetTypeNameSpecifierForSyntheticAtIndex(uint32_t);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i73 GetTypeNameSpecifierForSyntheticAtIndex (uint32_t);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h274 GetTypeNameSpecifierForSyntheticAtIndex(size_t index);
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp447 TypeCategoryImpl::GetTypeNameSpecifierForSyntheticAtIndex(size_t index) { in GetTypeNameSpecifierForSyntheticAtIndex() function in TypeCategoryImpl
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp60518 result = (arg1)->GetTypeNameSpecifierForSyntheticAtIndex(arg2); in _wrap_SBTypeCategory_GetTypeNameSpecifierForSyntheticAtIndex()