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

References

tools/lldb/source/Commands/CommandObjectHelp.cpp
  111         matches.Clear();
  121               sub_cmd_obj->GetSubcommandObject(sub_command.c_str(), &matches);
  122           if (found_cmd == nullptr || matches.GetSize() > 1) {
  133         if (matches.GetSize() >= 2) {
  136           size_t num_matches = matches.GetSize();
  138             s.Printf("\n\t%s", matches.GetStringAtIndex(match_idx));