Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDDataVisualization.cpp64 DataVisualization::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in DataVisualization
65 return GetFormatManager().GetSyntheticForType(type_sp); in GetSyntheticForType()
HDFormatManager.cpp371 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in FormatManager
383 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
HDTypeCategory.cpp265 TypeCategoryImpl::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in TypeCategoryImpl
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBTypeCategory.h66 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
HDSBDebugger.h425 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDDataVisualization.h48 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
HDFormatManager.h119 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
HDTypeCategory.h220 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBTypeCategory.cpp231 SBTypeSynthetic SBTypeCategory::GetSyntheticForType(SBTypeNameSpecifier spec) { in GetSyntheticForType() function in SBTypeCategory
241 m_opaque_sp->GetSyntheticForType(spec.GetSP()); in GetSyntheticForType()
HDSBDebugger.cpp1647 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) { in GetSyntheticForType() function in SBDebugger
1653 DataVisualization::GetSyntheticForType(type_name.GetSP())); in GetSyntheticForType()
/freebsd-14-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBTypeCategoryExtensions.i65 …f.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__class__.GetSyntheticForType)
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp23726 result = (arg1)->GetSyntheticForType(arg2); in _wrap_SBDebugger_GetSyntheticForType()
70487 result = (arg1)->GetSyntheticForType(arg2); in _wrap_SBTypeCategory_GetSyntheticForType()