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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxTuple.cpp70 m_base->GetCompilerType().GetDirectBaseClassAtIndex(idx, nullptr);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i272 GetDirectBaseClassAtIndex (uint32_t idx);
350 bases.append(self.GetDirectBaseClassAtIndex(idx))
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h168 lldb::SBTypeMember GetDirectBaseClassAtIndex(uint32_t idx);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h291 CompilerType GetDirectBaseClassAtIndex(size_t idx,
H A DTypeSystem.h302 GetDirectBaseClassAtIndex(lldb::opaque_compiler_type_t type, size_t idx,
H A DClangASTContext.h702 CompilerType GetDirectBaseClassAtIndex(lldb::opaque_compiler_type_t type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp398 SBTypeMember SBType::GetDirectBaseClassAtIndex(uint32_t idx) { function in class:SBType
399 LLDB_RECORD_METHOD(lldb::SBTypeMember, SBType, GetDirectBaseClassAtIndex,
406 m_opaque_sp->GetCompilerType(true).GetDirectBaseClassAtIndex(
943 LLDB_REGISTER_METHOD(lldb::SBTypeMember, SBType, GetDirectBaseClassAtIndex,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp562 CompilerType::GetDirectBaseClassAtIndex(size_t idx, function in class:CompilerType
565 return m_type_system->GetDirectBaseClassAtIndex(m_type, idx,
H A DVariable.cpp503 compiler_type.GetDirectBaseClassAtIndex(i, nullptr);
H A DClangASTContext.cpp5450 CompilerType ClangASTContext::GetDirectBaseClassAtIndex( function in class:ClangASTContext
5494 return GetPointeeType(type).GetDirectBaseClassAtIndex(idx, bit_offset_ptr);

Completed in 106 milliseconds