Searched refs:GetFormatForType (Results 1 – 12 of 12) sorted by relevance
79 GetFormatForType (lldb::SBTypeNameSpecifier);162 …(self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class__.GetFormatForType)
495 GetFormatForType (lldb::SBTypeNameSpecifier);
37 DataVisualization::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in DataVisualization38 return GetFormatManager().GetFormatForType(type_sp); in GetFormatForType()
295 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in FormatManager307 category_sp->GetFormatForType(type_sp); in GetFormatForType()
250 TypeCategoryImpl::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in TypeCategoryImpl
62 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
357 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
36 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
110 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
211 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
195 SBTypeFormat SBTypeCategory::GetFormatForType(SBTypeNameSpecifier spec) { in GetFormatForType() function in SBTypeCategory205 m_opaque_sp->GetFormatForType(spec.GetSP()); in GetFormatForType()
1608 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType() function in SBDebugger1613 return default_category_sb.GetFormatForType(type_name); in GetFormatForType()