Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxTuple.cpp70 m_base->GetCompilerType().GetDirectBaseClassAtIndex(idx, nullptr); in GetChildAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i481 ) lldb::SBType::GetDirectBaseClassAtIndex;
H A DSBTypeExtensions.i74 bases.append(self.GetDirectBaseClassAtIndex(idx))
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp421 auto base = GetDirectBaseClassAtIndex(i, &bit_offset); in IsVirtualBase()
483 CompilerType base_type = GetDirectBaseClassAtIndex(i, &bit_offset); in GetNumberOfNonEmptyBaseClasses()
831 CompilerType::GetDirectBaseClassAtIndex(size_t idx, in GetDirectBaseClassAtIndex() function in CompilerType
835 return type_system_sp->GetDirectBaseClassAtIndex(m_type, idx, in GetDirectBaseClassAtIndex()
H A DVariable.cpp481 compiler_type.GetDirectBaseClassAtIndex(i, nullptr); in PrivateAutoCompleteMembers()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h181 lldb::SBTypeMember GetDirectBaseClassAtIndex(uint32_t idx);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp409 SBTypeMember SBType::GetDirectBaseClassAtIndex(uint32_t idx) { in GetDirectBaseClassAtIndex() function in SBType
416 m_opaque_sp->GetCompilerType(true).GetDirectBaseClassAtIndex( in GetDirectBaseClassAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h412 CompilerType GetDirectBaseClassAtIndex(size_t idx,
H A DTypeSystem.h333 GetDirectBaseClassAtIndex(lldb::opaque_compiler_type_t type, size_t idx,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h864 CompilerType GetDirectBaseClassAtIndex(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp5799 CompilerType TypeSystemClang::GetDirectBaseClassAtIndex( in GetDirectBaseClassAtIndex() function in TypeSystemClang
5843 return GetPointeeType(type).GetDirectBaseClassAtIndex(idx, bit_offset_ptr); in GetDirectBaseClassAtIndex()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65770 result = (arg1)->GetDirectBaseClassAtIndex(arg2); in _wrap_SBType_GetDirectBaseClassAtIndex()