Home
last modified time | relevance | path

Searched refs:GetVirtualBaseClassAtIndex (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i490 ) lldb::SBType::GetVirtualBaseClassAtIndex;
H A DSBTypeExtensions.i81 vbases.append(self.GetVirtualBaseClassAtIndex(idx))
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp428 auto base = GetVirtualBaseClassAtIndex(i, &bit_offset); in IsVirtualBase()
870 CompilerType::GetVirtualBaseClassAtIndex(size_t idx, in GetVirtualBaseClassAtIndex() function in CompilerType
874 return type_system_sp->GetVirtualBaseClassAtIndex(m_type, idx, in GetVirtualBaseClassAtIndex()
H A DVariable.cpp496 compiler_type.GetVirtualBaseClassAtIndex(i, nullptr); in PrivateAutoCompleteMembers()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h214 lldb::SBTypeMember GetVirtualBaseClassAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp516 SBTypeMember SBType::GetVirtualBaseClassAtIndex(uint32_t idx) { in GetVirtualBaseClassAtIndex() function in SBType
523 m_opaque_sp->GetCompilerType(true).GetVirtualBaseClassAtIndex( in GetVirtualBaseClassAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h428 CompilerType GetVirtualBaseClassAtIndex(size_t idx,
H A DTypeSystem.h355 GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type, size_t idx,
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h883 CompilerType GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp5981 CompilerType TypeSystemClang::GetVirtualBaseClassAtIndex( in GetVirtualBaseClassAtIndex() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68998 result = (arg1)->GetVirtualBaseClassAtIndex(arg2); in _wrap_SBType_GetVirtualBaseClassAtIndex()