Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DStringList.cpp141 void StringList::DeleteStringAtIndex(size_t idx) { in DeleteStringAtIndex() function in StringList
186 DeleteStringAtIndex(idx); in RemoveBlankLines()
/external/llvm-project/lldb/include/lldb/Utility/
DStringList.h90 void DeleteStringAtIndex(size_t id);
/external/llvm-project/lldb/source/Commands/
DCommandObjectMultiword.cpp214 new_matches.DeleteStringAtIndex(0); in HandleCompletion()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1837 new_matches.DeleteStringAtIndex(0); in HandleCompletionMatches()
1838 new_descriptions.DeleteStringAtIndex(0); in HandleCompletionMatches()