Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxTuple.cpp72 m_base->GetCompilerType().GetDirectBaseClassAtIndex(idx, nullptr); in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i481 ) lldb::SBType::GetDirectBaseClassAtIndex;
H A DSBTypeExtensions.i74 bases.append(self.GetDirectBaseClassAtIndex(idx))
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp442 auto base = GetDirectBaseClassAtIndex(i, &bit_offset); in IsVirtualBase()
504 CompilerType base_type = GetDirectBaseClassAtIndex(i, &bit_offset); in GetNumberOfNonEmptyBaseClasses()
860 CompilerType::GetDirectBaseClassAtIndex(size_t idx, in GetDirectBaseClassAtIndex() function in CompilerType
864 return type_system_sp->GetDirectBaseClassAtIndex(m_type, idx, in GetDirectBaseClassAtIndex()
H A DVariable.cpp483 compiler_type.GetDirectBaseClassAtIndex(i, nullptr); in PrivateAutoCompleteMembers()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h212 lldb::SBTypeMember GetDirectBaseClassAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp500 SBTypeMember SBType::GetDirectBaseClassAtIndex(uint32_t idx) { in GetDirectBaseClassAtIndex() function in SBType
507 m_opaque_sp->GetCompilerType(true).GetDirectBaseClassAtIndex( in GetDirectBaseClassAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h425 CompilerType GetDirectBaseClassAtIndex(size_t idx,
H A DTypeSystem.h351 GetDirectBaseClassAtIndex(lldb::opaque_compiler_type_t type, size_t idx,
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h879 CompilerType GetDirectBaseClassAtIndex(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp5886 CompilerType TypeSystemClang::GetDirectBaseClassAtIndex( in GetDirectBaseClassAtIndex() function in TypeSystemClang
5930 return GetPointeeType(type).GetDirectBaseClassAtIndex(idx, bit_offset_ptr); in GetDirectBaseClassAtIndex()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68968 result = (arg1)->GetDirectBaseClassAtIndex(arg2); in _wrap_SBType_GetDirectBaseClassAtIndex()