Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i85 GetSyntheticForType (lldb::SBTypeNameSpecifier);
184 …f.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__class__.GetSyntheticForType)
H A DSBDebugger.i480 GetSyntheticForType (lldb::SBTypeNameSpecifier);
/freebsd-13.1/contrib/llvm-project/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.cpp378 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in FormatManager
390 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
H A DTypeCategory.cpp368 TypeCategoryImpl::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in TypeCategoryImpl
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h66 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
H A DSBDebugger.h329 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp265 SBTypeSynthetic SBTypeCategory::GetSyntheticForType(SBTypeNameSpecifier spec) { in GetSyntheticForType() function in SBTypeCategory
266 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic, SBTypeCategory, GetSyntheticForType, in GetSyntheticForType()
681 GetSyntheticForType, (lldb::SBTypeNameSpecifier)); in RegisterMethods()
H A DSBDebugger.cpp1645 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) { in GetSyntheticForType() function in SBDebugger
1646 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic, SBDebugger, GetSyntheticForType, in GetSyntheticForType()
1652 DataVisualization::GetSyntheticForType(type_name.GetSP()))); in GetSyntheticForType()
1886 LLDB_REGISTER_METHOD(lldb::SBTypeSynthetic, SBDebugger, GetSyntheticForType, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20486 result = (arg1)->GetSyntheticForType(arg2); in _wrap_SBDebugger_GetSyntheticForType()
60662 result = (arg1)->GetSyntheticForType(arg2); in _wrap_SBTypeCategory_GetSyntheticForType()