Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp1786 StringList new_matches, new_descriptions; in HandleCompletionMatches() local
1789 &new_matches, &new_descriptions); in HandleCompletionMatches()
1798 new_descriptions.DeleteStringAtIndex(0); in HandleCompletionMatches()
1802 request.AddCompletions(new_matches, new_descriptions); in HandleCompletionMatches()