Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i642 ") GetVirtualBaseClassAtIndex;
644 GetVirtualBaseClassAtIndex (uint32_t idx);
903 vbases.append(self.GetVirtualBaseClassAtIndex(idx))
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp432 SBTypeMember SBType::GetVirtualBaseClassAtIndex(uint32_t idx) { in GetVirtualBaseClassAtIndex() function in SBType
433 LLDB_RECORD_METHOD(lldb::SBTypeMember, SBType, GetVirtualBaseClassAtIndex, in GetVirtualBaseClassAtIndex()
440 m_opaque_sp->GetCompilerType(true).GetVirtualBaseClassAtIndex( in GetVirtualBaseClassAtIndex()
975 LLDB_REGISTER_METHOD(lldb::SBTypeMember, SBType, GetVirtualBaseClassAtIndex, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h175 lldb::SBTypeMember GetVirtualBaseClassAtIndex(uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp575 CompilerType::GetVirtualBaseClassAtIndex(size_t idx, in GetVirtualBaseClassAtIndex() function in CompilerType
578 return m_type_system->GetVirtualBaseClassAtIndex(m_type, idx, in GetVirtualBaseClassAtIndex()
H A DVariable.cpp514 compiler_type.GetVirtualBaseClassAtIndex(i, nullptr); in PrivateAutoCompleteMembers()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h308 CompilerType GetVirtualBaseClassAtIndex(size_t idx,
H A DTypeSystem.h321 GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type, size_t idx,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h789 CompilerType GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp5923 CompilerType TypeSystemClang::GetVirtualBaseClassAtIndex( in GetVirtualBaseClassAtIndex() function in TypeSystemClang
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp59329 result = (arg1)->GetVirtualBaseClassAtIndex(arg2); in _wrap_SBType_GetVirtualBaseClassAtIndex()