Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
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()
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DTypeCategory.h138 lldb::TypeNameSpecifierImplSP GetTypeNameSpecifierAtIndex(size_t index) { in GetTypeNameSpecifierAtIndex() function
141 return sc->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierAtIndex()
DFormattersContainer.h224 lldb::TypeNameSpecifierImplSP GetTypeNameSpecifierAtIndex(size_t index) { in GetTypeNameSpecifierAtIndex() function