Home
last modified time | relevance | path

Searched refs:GetDirectBaseClassAtIndex (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxTuple.cpp62 m_base_sp->GetCompilerType().GetDirectBaseClassAtIndex(idx, nullptr); in GetChildAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h163 lldb::SBTypeMember GetDirectBaseClassAtIndex(uint32_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp310 SBTypeMember SBType::GetDirectBaseClassAtIndex(uint32_t idx) { in GetDirectBaseClassAtIndex() function in SBType
315 m_opaque_sp->GetCompilerType(true).GetDirectBaseClassAtIndex( in GetDirectBaseClassAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h329 CompilerType GetDirectBaseClassAtIndex(size_t idx,
H A DTypeSystem.h312 GetDirectBaseClassAtIndex(lldb::opaque_compiler_type_t type, size_t idx,
H A DClangASTContext.h778 CompilerType GetDirectBaseClassAtIndex(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp592 CompilerType::GetDirectBaseClassAtIndex(size_t idx, in GetDirectBaseClassAtIndex() function in CompilerType
595 return m_type_system->GetDirectBaseClassAtIndex(m_type, idx, in GetDirectBaseClassAtIndex()
H A DVariable.cpp518 compiler_type.GetDirectBaseClassAtIndex(i, nullptr); in PrivateAutoCompleteMembers()
H A DClangASTContext.cpp6239 CompilerType ClangASTContext::GetDirectBaseClassAtIndex( in GetDirectBaseClassAtIndex() function in ClangASTContext
6283 return GetPointeeType(type).GetDirectBaseClassAtIndex(idx, bit_offset_ptr); in GetDirectBaseClassAtIndex()
6331 return GetDirectBaseClassAtIndex(llvm::cast<clang::TypedefType>(qual_type) in GetDirectBaseClassAtIndex()
6338 return GetDirectBaseClassAtIndex(llvm::cast<clang::AutoType>(qual_type) in GetDirectBaseClassAtIndex()
6344 return GetDirectBaseClassAtIndex( in GetDirectBaseClassAtIndex()
6351 return GetDirectBaseClassAtIndex( in GetDirectBaseClassAtIndex()