Searched refs:GetForTypeNameSpecifier (Results 1 – 2 of 2) sorted by relevance
251 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()
127 GetForTypeNameSpecifier(lldb::TypeNameSpecifierImplSP type_specifier_sp) { in GetForTypeNameSpecifier() function