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

Declarations

tools/lldb/include/lldb/Utility/StringList.h
   90   void DeleteStringAtIndex(size_t id);

References

tools/lldb/source/Commands/CommandObjectMultiword.cpp
  216   new_matches.DeleteStringAtIndex(0);
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1783         new_matches.DeleteStringAtIndex(0);
 1784         new_descriptions.DeleteStringAtIndex(0);
tools/lldb/source/Utility/StringList.cpp
  186       DeleteStringAtIndex(idx);