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

References

tools/lldb/source/Interpreter/CommandInterpreter.cpp
  878     if (matches == nullptr)
  879       matches = &local_matches;
  891                                                       *matches, descriptions);
  895       cmd.assign(matches->GetStringAtIndex(0));
  903                                                         *matches, descriptions);
  907       cmd.assign(matches->GetStringAtIndex(num_cmd_matches));
  915                                                        *matches, descriptions);
  920           matches->GetStringAtIndex(num_cmd_matches + num_alias_matches));
  938   } else if (matches && command_sp) {
  939     matches->AppendString(cmd_str);