Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1812 bool look_for_subcommand = false; in HandleCompletionMatches() local
1836 look_for_subcommand = true; in HandleCompletionMatches()
1845 if (request.GetCursorIndex() > 0 || look_for_subcommand) { in HandleCompletionMatches()