Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp141 void StringList::DeleteStringAtIndex(size_t idx) { in DeleteStringAtIndex() function in StringList
186 DeleteStringAtIndex(idx); in RemoveBlankLines()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h90 void DeleteStringAtIndex(size_t id);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp89 lines.DeleteStringAtIndex(last); in IOHandlerIsInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp212 new_matches.DeleteStringAtIndex(0); in HandleCompletion()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1842 new_matches.DeleteStringAtIndex(0); in HandleCompletionMatches()
1843 new_descriptions.DeleteStringAtIndex(0); in HandleCompletionMatches()