Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStringList.cpp145 void StringList::DeleteStringAtIndex(size_t idx) { in DeleteStringAtIndex() function in StringList
190 DeleteStringAtIndex(idx); in RemoveBlankLines()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStringList.h83 void DeleteStringAtIndex(size_t id);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp222 new_matches.DeleteStringAtIndex(0); in HandleCompletion()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1802 new_matches.DeleteStringAtIndex(0); in HandleCompletionMatches()
1803 new_descriptions.DeleteStringAtIndex(0); in HandleCompletionMatches()