Searched refs:GetFormatForType (Results 1 – 10 of 10) sorted by relevance
39 DataVisualization::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in DataVisualization40 return GetFormatManager().GetFormatForType(type_sp); in GetFormatForType()
287 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in FormatManager299 category_sp->GetFormatForType(type_sp); in GetFormatForType()
423 TypeCategoryImpl::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in TypeCategoryImpl
65 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
255 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
38 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
120 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
283 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
170 SBTypeFormat SBTypeCategory::GetFormatForType(SBTypeNameSpecifier spec) { in GetFormatForType() function in SBTypeCategory
1220 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType() function in SBDebugger1223 return default_category_sb.GetFormatForType(type_name); in GetFormatForType()