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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxTuple.cpp70 m_base->GetCompilerType().GetDirectBaseClassAtIndex(idx, nullptr);
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i481 ) lldb::SBType::GetDirectBaseClassAtIndex;
H A DSBTypeExtensions.i74 bases.append(self.GetDirectBaseClassAtIndex(idx))
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp421 auto base = GetDirectBaseClassAtIndex(i, &bit_offset);
483 CompilerType base_type = GetDirectBaseClassAtIndex(i, &bit_offset);
831 CompilerType::GetDirectBaseClassAtIndex(size_t idx, function in class:CompilerType
835 return type_system_sp->GetDirectBaseClassAtIndex(m_type, idx,
H A DVariable.cpp481 compiler_type.GetDirectBaseClassAtIndex(i, nullptr);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h181 lldb::SBTypeMember GetDirectBaseClassAtIndex(uint32_t idx);
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp409 SBTypeMember SBType::GetDirectBaseClassAtIndex(uint32_t idx) { function in class:SBType
416 m_opaque_sp->GetCompilerType(true).GetDirectBaseClassAtIndex(
/freebsd-current/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-current/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( function in class:TypeSystemClang
5843 return GetPointeeType(type).GetDirectBaseClassAtIndex(idx, bit_offset_ptr);
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 412 milliseconds