Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp291 return m_format_cont.GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForFormatAtIndex()
296 return m_summary_cont.GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForSummaryAtIndex()
301 return m_filter_cont.GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForFilterAtIndex()
306 return m_synth_cont.GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForSyntheticAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h138 lldb::TypeNameSpecifierImplSP GetTypeNameSpecifierAtIndex(size_t index) { in GetTypeNameSpecifierAtIndex() function
141 return sc->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierAtIndex()
H A DFormattersContainer.h224 lldb::TypeNameSpecifierImplSP GetTypeNameSpecifierAtIndex(size_t index) { in GetTypeNameSpecifierAtIndex() function