Searched refs:GetFormatForType (Results 1 – 11 of 11) sorted by relevance
37 DataVisualization::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in DataVisualization38 return GetFormatManager().GetFormatForType(type_sp); in GetFormatForType()
299 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in FormatManager 311 category_sp->GetFormatForType(type_sp); in GetFormatForType()
250 TypeCategoryImpl::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in TypeCategoryImpl
62 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
429 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()
1649 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetSyntheticForType() 1654 return default_category_sb.GetFormatForType(type_name); in GetSyntheticForType() 1622 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { GetFormatForType() function in SBDebugger
43 …(self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class__.GetFormatForType)