Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h93 void DeleteStringAtIndex(size_t id);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp89 lines.DeleteStringAtIndex(last); in IOHandlerIsInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp282 new_matches.DeleteStringAtIndex(0); in HandleCompletion()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2089 new_matches.DeleteStringAtIndex(0); in HandleCompletionMatches()
2090 new_descriptions.DeleteStringAtIndex(0); in HandleCompletionMatches()