Searched refs:GetVirtualBaseClassAtIndex (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i275 GetVirtualBaseClassAtIndex (uint32_t idx);
357 vbases.append(self.GetVirtualBaseClassAtIndex(idx))
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h170 lldb::SBTypeMember GetVirtualBaseClassAtIndex(uint32_t idx);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h294 CompilerType GetVirtualBaseClassAtIndex(size_t idx,
H A DTypeSystem.h306 GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type, size_t idx,
H A DClangASTContext.h706 CompilerType GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp415 SBTypeMember SBType::GetVirtualBaseClassAtIndex(uint32_t idx) { function in class:SBType
416 LLDB_RECORD_METHOD(lldb::SBTypeMember, SBType, GetVirtualBaseClassAtIndex,
423 m_opaque_sp->GetCompilerType(true).GetVirtualBaseClassAtIndex(
945 LLDB_REGISTER_METHOD(lldb::SBTypeMember, SBType, GetVirtualBaseClassAtIndex,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp571 CompilerType::GetVirtualBaseClassAtIndex(size_t idx, function in class:CompilerType
574 return m_type_system->GetVirtualBaseClassAtIndex(m_type, idx,
H A DVariable.cpp516 compiler_type.GetVirtualBaseClassAtIndex(i, nullptr);
H A DClangASTContext.cpp5545 CompilerType ClangASTContext::GetVirtualBaseClassAtIndex( function in class:ClangASTContext

Completed in 230 milliseconds