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

References

tools/lldb/source/Commands/CommandObjectMultiword.cpp
   39       if (matches)
   40         matches->AppendString(sub_cmd);
   44       if (matches == nullptr)
   45         matches = &local_matches;
   47           AddNamesMatchingPartialString(m_subcommand_dict, sub_cmd, *matches);
   53         sub_cmd = matches->GetStringAtIndex(0);