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

References

tools/lldb/source/Core/FormatEntity.cpp
 1886     if (key.equals(entry_def->name) || entry_def->name[0] == '*') {
 1886     if (key.equals(entry_def->name) || entry_def->name[0] == '*') {
 1890             format_str.substr(sep_pos + (entry_def->keep_separator ? 0 : 1));
 1891       switch (entry_def->type) {
 1897         entry.number = entry_def->data;
 1901         entry.type = entry_def->type;
 1902         entry.string = entry_def->string;
 1906         entry.type = entry_def->type;
 1911         if (entry_def->type == FormatEntity::Entry::Type::Invalid) {
 1912           if (entry_def->children) {
 1916                               entry_def->name);
 1917             DumpCommaSeparatedChildEntryNames(error_strm, entry_def);
 1929         if (entry_def->children) {
 1930           error = ParseEntry(value, entry_def, entry);