Home
last modified time | relevance | path

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

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