Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h165 lldb::SBTypeMember GetVirtualBaseClassAtIndex(uint32_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp324 SBTypeMember SBType::GetVirtualBaseClassAtIndex(uint32_t idx) { in GetVirtualBaseClassAtIndex() function in SBType
329 m_opaque_sp->GetCompilerType(true).GetVirtualBaseClassAtIndex( in GetVirtualBaseClassAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h332 CompilerType GetVirtualBaseClassAtIndex(size_t idx,
H A DTypeSystem.h316 GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type, size_t idx,
H A DClangASTContext.h782 CompilerType GetVirtualBaseClassAtIndex(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp601 CompilerType::GetVirtualBaseClassAtIndex(size_t idx, in GetVirtualBaseClassAtIndex() function in CompilerType
604 return m_type_system->GetVirtualBaseClassAtIndex(m_type, idx, in GetVirtualBaseClassAtIndex()
H A DVariable.cpp531 compiler_type.GetVirtualBaseClassAtIndex(i, nullptr); in PrivateAutoCompleteMembers()
H A DClangASTContext.cpp6361 CompilerType ClangASTContext::GetVirtualBaseClassAtIndex( in GetVirtualBaseClassAtIndex() function in ClangASTContext
6399 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()