Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i490 ) lldb::SBType::GetVirtualBaseClassAtIndex;
H A DSBTypeExtensions.i81 vbases.append(self.GetVirtualBaseClassAtIndex(idx))
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp407 auto base = GetVirtualBaseClassAtIndex(i, &bit_offset); in IsVirtualBase()
841 CompilerType::GetVirtualBaseClassAtIndex(size_t idx, in GetVirtualBaseClassAtIndex() function in CompilerType
845 return type_system_sp->GetVirtualBaseClassAtIndex(m_type, idx, in GetVirtualBaseClassAtIndex()
H A DVariable.cpp494 compiler_type.GetVirtualBaseClassAtIndex(i, nullptr); in PrivateAutoCompleteMembers()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h183 lldb::SBTypeMember GetVirtualBaseClassAtIndex(uint32_t idx);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp425 SBTypeMember SBType::GetVirtualBaseClassAtIndex(uint32_t idx) { in GetVirtualBaseClassAtIndex() function in SBType
432 m_opaque_sp->GetCompilerType(true).GetVirtualBaseClassAtIndex( in GetVirtualBaseClassAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h415 CompilerType GetVirtualBaseClassAtIndex(size_t idx,
H A DTypeSystem.h337 GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type, size_t idx,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h868 CompilerType GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp5894 CompilerType TypeSystemClang::GetVirtualBaseClassAtIndex( in GetVirtualBaseClassAtIndex() function in TypeSystemClang
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65800 result = (arg1)->GetVirtualBaseClassAtIndex(arg2); in _wrap_SBType_GetVirtualBaseClassAtIndex()