Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2959 StringList subcommands_found; in FindCommandsForApropos() local
2960 FindCommandsForApropos(search_word, subcommands_found, commands_help, in FindCommandsForApropos()
2962 for (const auto &subcommand_name : subcommands_found) { in FindCommandsForApropos()