Searched refs:GetVirtualBaseClassAtIndex (Results 1 – 8 of 8) sorted by relevance
165 lldb::SBTypeMember GetVirtualBaseClassAtIndex(uint32_t idx);
324 SBTypeMember SBType::GetVirtualBaseClassAtIndex(uint32_t idx) { in GetVirtualBaseClassAtIndex() function in SBType329 m_opaque_sp->GetCompilerType(true).GetVirtualBaseClassAtIndex( in GetVirtualBaseClassAtIndex()
332 CompilerType GetVirtualBaseClassAtIndex(size_t idx,
316 GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type, size_t idx,
782 CompilerType GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type,
601 CompilerType::GetVirtualBaseClassAtIndex(size_t idx, in GetVirtualBaseClassAtIndex() function in CompilerType604 return m_type_system->GetVirtualBaseClassAtIndex(m_type, idx, in GetVirtualBaseClassAtIndex()
531 compiler_type.GetVirtualBaseClassAtIndex(i, nullptr); in PrivateAutoCompleteMembers()
6361 CompilerType ClangASTContext::GetVirtualBaseClassAtIndex( in GetVirtualBaseClassAtIndex() function in ClangASTContext6399 return GetVirtualBaseClassAtIndex(llvm::cast<clang::TypedefType>(qual_type) in GetVirtualBaseClassAtIndex()6406 return GetVirtualBaseClassAtIndex(llvm::cast<clang::AutoType>(qual_type) in GetVirtualBaseClassAtIndex()6412 return GetVirtualBaseClassAtIndex( in GetVirtualBaseClassAtIndex()6419 return GetVirtualBaseClassAtIndex( in GetVirtualBaseClassAtIndex()