reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 9057             s->PutChar('{');
 9059             s->PutChar(',');
 9065           s->Format("\n{0}{1}", llvm::fmt_repeat(" ", depth + DEPTH_INCREMENT),
 9076               s, // Stream to dump to
 9104           s->PutChar('{');
 9106           s->PutChar(',');
 9109         s->Printf("\n%*s", depth + DEPTH_INCREMENT, "");
 9131             s->Printf("(%s:%u) ", field_type_name.c_str(),
 9134             s->Printf("(%s) ", field_type_name.c_str());
 9137         s->Printf("%s = ", field->getNameAsString().c_str());
 9143             s, // Stream to dump to
 9163         s->Printf("\n%*s}", depth, "");
 9181           s->Printf("%s", enum_pos->getNameAsString().c_str());
 9187       s->Printf("%" PRIi64, enum_value);
 9213       s->PutChar('"');
 9214       DumpDataExtractor(data, s, data_byte_offset, lldb::eFormatChar,
 9217       s->PutChar('"');
 9227           s->PutChar('{');
 9229           s->PutChar(',');
 9232         s->Printf("\n%*s[%u] ", depth + DEPTH_INCREMENT, "", element_idx);
 9241             s,              // Stream to dump to
 9260         s->Printf("\n%*s}", depth, "");
 9279         s,                   // Stream to dump to
 9305         s,                    // Stream to dump to
 9331         s,                    // Stream to dump to
 9357         s,                   // Stream to dump to
 9373     DumpDataExtractor(data, s, data_byte_offset, format, data_byte_size, 1,
 9378       DumpSummary(type, exe_ctx, s, data, data_byte_offset, data_byte_size);