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

/external/lldb/include/lldb/API/
H A DSBTypeCategory.h68 GetTypeNameSpecifierForSyntheticAtIndex (uint32_t);
/external/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h129 GetTypeNameSpecifierForSyntheticAtIndex (size_t index);
/external/lldb/scripts/Python/interface/
H A DSBTypeCategory.i64 GetTypeNameSpecifierForSyntheticAtIndex (uint32_t);
/external/lldb/source/API/
H A DSBTypeCategory.cpp145 SBTypeCategory::GetTypeNameSpecifierForSyntheticAtIndex (uint32_t index) function in class:SBTypeCategory
149 return SBTypeNameSpecifier(m_opaque_sp->GetTypeNameSpecifierForSyntheticAtIndex(index));
/external/lldb/source/DataFormatters/
H A DTypeCategory.cpp365 TypeCategoryImpl::GetTypeNameSpecifierForSyntheticAtIndex (size_t index) function in class:TypeCategoryImpl

Completed in 137 milliseconds