Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 495cc21

Browse files
committed
remove from TypeSystemSwiftTypeRef too
1 parent 081cef3 commit 495cc21

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp

-7
Original file line numberDiff line numberDiff line change
@@ -2364,13 +2364,6 @@ CompilerType TypeSystemSwiftTypeRef::GetChildCompilerTypeAtIndex(
23642364
ast_child_is_deref_of_parent, valobj, ast_language_flags));
23652365
}
23662366

2367-
uint32_t
2368-
TypeSystemSwiftTypeRef::GetIndexOfChildWithName(opaque_compiler_type_t type,
2369-
const char *name,
2370-
bool omit_empty_base_classes) {
2371-
return m_swift_ast_context->GetIndexOfChildWithName(
2372-
ReconstructType(type), name, omit_empty_base_classes);
2373-
}
23742367
size_t TypeSystemSwiftTypeRef::GetIndexOfChildMemberWithName(
23752368
opaque_compiler_type_t type, const char *name, bool omit_empty_base_classes,
23762369
std::vector<uint32_t> &child_indexes) {

lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.h

-3
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ class TypeSystemSwiftTypeRef : public TypeSystemSwift {
165165
uint32_t &child_bitfield_bit_size, uint32_t &child_bitfield_bit_offset,
166166
bool &child_is_base_class, bool &child_is_deref_of_parent,
167167
ValueObject *valobj, uint64_t &language_flags) override;
168-
uint32_t GetIndexOfChildWithName(lldb::opaque_compiler_type_t type,
169-
const char *name,
170-
bool omit_empty_base_classes) override;
171168
size_t
172169
GetIndexOfChildMemberWithName(lldb::opaque_compiler_type_t type,
173170
const char *name, bool omit_empty_base_classes,

0 commit comments

Comments
 (0)