Home
last modified time | relevance | path

Searched refs:GetForTypeNameSpecifier (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp251 return m_format_cont.GetForTypeNameSpecifier(type_sp); in GetFormatForType()
256 return m_summary_cont.GetForTypeNameSpecifier(type_sp); in GetSummaryForType()
261 return m_filter_cont.GetForTypeNameSpecifier(type_sp); in GetFilterForType()
266 return m_synth_cont.GetForTypeNameSpecifier(type_sp); in GetSyntheticForType()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h127 GetForTypeNameSpecifier(lldb::TypeNameSpecifierImplSP type_specifier_sp) { in GetForTypeNameSpecifier() function