Home
last modified time | relevance | path

Searched refs:DeleteStringAtIndex (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/source/Utility/
H A DStringList.cpp147 void StringList::DeleteStringAtIndex(size_t idx) { in DeleteStringAtIndex() function in StringList
192 DeleteStringAtIndex(idx); in RemoveBlankLines()
/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h93 void DeleteStringAtIndex(size_t id);
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp89 lines.DeleteStringAtIndex(last); in IOHandlerIsInputComplete()
/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp297 new_matches.DeleteStringAtIndex(0); in GetRepeatCommand()
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2133 new_matches.DeleteStringAtIndex(0); in GetAutoSuggestionForCommand()
2134 new_descriptions.DeleteStringAtIndex(0); in GetAutoSuggestionForCommand()