Home
last modified time | relevance | path

Searched refs:GetTypeNameSpecifierAtIndex (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/DataFormatters/
DTypeCategory.cpp322 return m_summary_nav->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForSummaryAtIndex()
324 return m_regex_summary_nav->GetTypeNameSpecifierAtIndex(index-m_summary_nav->GetCount()); in GetTypeNameSpecifierForSummaryAtIndex()
349 return m_filter_nav->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForFilterAtIndex()
351 return m_regex_filter_nav->GetTypeNameSpecifierAtIndex(index-m_filter_nav->GetCount()); in GetTypeNameSpecifierForFilterAtIndex()
368 return m_synth_nav->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForSyntheticAtIndex()
370 return m_regex_synth_nav->GetTypeNameSpecifierAtIndex(index - m_synth_nav->GetCount()); in GetTypeNameSpecifierForSyntheticAtIndex()
DDataVisualization.cpp92 return GetFormatManager().GetValueNavigator().GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForFormatAtIndex()
/external/lldb/include/lldb/DataFormatters/
DFormatNavigator.h321 GetTypeNameSpecifierAtIndex (size_t index) in GetTypeNameSpecifierAtIndex() function