Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp367 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in FormatManager
379 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
H A DTypeCategory.cpp265 TypeCategoryImpl::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in TypeCategoryImpl
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTypeCategory.i85 GetSyntheticForType (lldb::SBTypeNameSpecifier);
184 …f.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__class__.GetSyntheticForType)
H A DSBDebugger.i504 GetSyntheticForType (lldb::SBTypeNameSpecifier);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTypeCategory.h66 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
H A DSBDebugger.h363 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
/openbsd-src/gnu/llvm/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.h220 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTypeCategory.cpp231 SBTypeSynthetic SBTypeCategory::GetSyntheticForType(SBTypeNameSpecifier spec) { in GetSyntheticForType() function in SBTypeCategory
241 m_opaque_sp->GetSyntheticForType(spec.GetSP()); in GetSyntheticForType()
H A DSBDebugger.cpp1633 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) { in GetSyntheticForType() function in SBDebugger
1639 DataVisualization::GetSyntheticForType(type_name.GetSP())); in GetSyntheticForType()