@@ -9134,7 +9134,7 @@ void ClangASTContext::DumpFromSymbolFile(Stream &s,
9134
9134
9135
9135
void ClangASTContext::DumpValue (
9136
9136
lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx, Stream *s,
9137
- lldb::Format format, const DataExtractor &data,
9137
+ lldb::Format format, const lldb_private:: DataExtractor &data,
9138
9138
lldb::offset_t data_byte_offset, size_t data_byte_size,
9139
9139
uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool show_types,
9140
9140
bool show_summary, bool verbose, uint32_t depth) {
@@ -9593,8 +9593,8 @@ static bool DumpEnumValue(const clang::QualType &qual_type, Stream *s,
9593
9593
9594
9594
bool ClangASTContext::DumpTypeValue (
9595
9595
lldb::opaque_compiler_type_t type, Stream *s, lldb::Format format,
9596
- const DataExtractor &data, lldb::offset_t byte_offset, size_t byte_size ,
9597
- uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset,
9596
+ const lldb_private:: DataExtractor &data, lldb::offset_t byte_offset,
9597
+ size_t byte_size, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset,
9598
9598
ExecutionContextScope *exe_scope,
9599
9599
bool is_base_class) {
9600
9600
if (!type)
0 commit comments