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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h66 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
H A DSBDebugger.h287 SBTypeSynthetic GetSyntheticForType(SBTypeNameSpecifier);
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i85 GetSyntheticForType (lldb::SBTypeNameSpecifier);
184 return self.formatters_access_class (self,self.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__class__.GetSyntheticForType)
H A DSBDebugger.i480 GetSyntheticForType (lldb::SBTypeNameSpecifier);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h49 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DFormatManager.h119 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DTypeCategory.h246 GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp);
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp65 DataVisualization::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { function in class:DataVisualization
66 return GetFormatManager().GetSyntheticForType(type_sp);
H A DTypeCategory.cpp384 TypeCategoryImpl::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { function in class:TypeCategoryImpl
H A DFormatManager.cpp387 FormatManager::GetSyntheticForType(lldb::TypeNameSpecifierImplSP type_sp) { function in class:FormatManager
399 (ScriptedSyntheticChildren *)category_sp->GetSyntheticForType(type_sp)
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp266 SBTypeSynthetic SBTypeCategory::GetSyntheticForType(SBTypeNameSpecifier spec) { function in class:SBTypeCategory
267 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic, SBTypeCategory, GetSyntheticForType,
690 GetSyntheticForType, (lldb::SBTypeNameSpecifier));
H A DSBDebugger.cpp1570 SBTypeSynthetic SBDebugger::GetSyntheticForType(SBTypeNameSpecifier type_name) { function in class:SBDebugger
1571 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic, SBDebugger, GetSyntheticForType,
1577 DataVisualization::GetSyntheticForType(type_name.GetSP())));
1813 LLDB_REGISTER_METHOD(lldb::SBTypeSynthetic, SBDebugger, GetSyntheticForType,
/freebsd-12-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20362 SWIG_check_num_args("lldb::SBDebugger::GetSyntheticForType",2,2)
20363 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBDebugger::GetSyntheticForType",1,"lldb::SBDebugger *");
20364 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBDebugger::GetSyntheticForType",2,"lldb::SBTypeNameSpecifier");
20376 result = (arg1)->GetSyntheticForType(arg2);
20588 { "GetSyntheticForType", _wrap_SBDebugger_GetSyntheticForType},
[all...]

Completed in 791 milliseconds