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

References

tools/lldb/source/Core/FormatEntity.cpp
 1861   if (parent->children) {
 1866       s.Printf("\"%s\"", parent->children[i].name);
 1885     const FormatEntity::Entry::Definition *entry_def = parent->children + i;
 1912           if (entry_def->children) {
 1929         if (entry_def->children) {
 1967     const FormatEntity::Entry::Definition *entry_def = parent->children + i;
 1976         if (entry_def->children) {
 2340         matches.AppendString(MakeMatch(prefix, def->children[i].name));
 2341       else if (strncmp(def->children[i].name, match_prefix.data(),
 2344             MakeMatch(prefix, def->children[i].name + match_prefix.size()));