Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBTypeCategory.i85 GetSyntheticForType (lldb::SBTypeNameSpecifier);
184 …f.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__class__.GetSyntheticForType)
DSBDebugger.i480 GetSyntheticForType (lldb::SBTypeNameSpecifier);
/external/llvm-project/lldb/source/DataFormatters/
DDataVisualization.cpp64 DataVisualization::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in DataVisualization
65 return GetFormatManager().GetSyntheticForType(type_sp); in GetSyntheticForType()
DFormatManager.cpp378 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in FormatManager
390 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp) in GetSyntheticForType()
DTypeCategory.cpp368 TypeCategoryImpl::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetSyntheticForType() function in TypeCategoryImpl
/external/llvm-project/lldb/include/lldb/API/
DSBTypeCategory.h66 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
DSBDebugger.h291 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
/external/llvm-project/lldb/include/lldb/DataFormatters/
DDataVisualization.h48 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
DFormatManager.h119 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
DTypeCategory.h244 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
/external/llvm-project/lldb/source/API/
DSBTypeCategory.cpp265 SBTypeSynthetic SBTypeCategory::GetSyntheticForType(SBTypeNameSpecifier spec) { in GetSyntheticForType() function in SBTypeCategory
266 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic, SBTypeCategory, GetSyntheticForType, in GetSyntheticForType()
689 GetSyntheticForType, (lldb::SBTypeNameSpecifier)); in RegisterMethods()
DSBDebugger.cpp1602 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) { in GetSyntheticForType() function in SBDebugger
1603 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic, SBDebugger, GetSyntheticForType, in GetSyntheticForType()
1609 DataVisualization::GetSyntheticForType(type_name.GetSP()))); in GetSyntheticForType()
1837 LLDB_REGISTER_METHOD(lldb::SBTypeSynthetic, SBDebugger, GetSyntheticForType, in RegisterMethods()