Home
last modified time | relevance | path

Searched refs:GetSyntheticForType (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTypeCategory.i85 GetSyntheticForType (lldb::SBTypeNameSpecifier);
184 …f.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__class__.GetSyntheticForType)
H A DSBDebugger.i502 GetSyntheticForType (lldb::SBTypeNameSpecifier);
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DDataVisualization.cpp64 DataVisualization::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in DataVisualization
65 return GetFormatManager().GetSyntheticForType(type_sp); in GetSyntheticForType()
H A DFormatManager.cpp377 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in FormatManager
389 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
H A DTypeCategory.cpp368 TypeCategoryImpl::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in TypeCategoryImpl
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTypeCategory.h66 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
H A DSBDebugger.h346 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h48 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DFormatManager.h119 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DTypeCategory.h244 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeCategory.cpp253 SBTypeSynthetic SBTypeCategory::GetSyntheticForType(SBTypeNameSpecifier spec) { in GetSyntheticForType() function in SBTypeCategory
H A DSBDebugger.cpp1597 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) { in GetSyntheticForType() function in SBDebugger
1603 DataVisualization::GetSyntheticForType(type_name.GetSP())); in GetSyntheticForType()