Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h311 bool leaf_is_command,
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp916 Args &path, bool leaf_is_command, Status &result) { in VerifyUserMultiwordCmdPath() argument
948 if (num_args == 1 && leaf_is_command) { in VerifyUserMultiwordCmdPath()
962 size_t num_path_elements = num_args - (leaf_is_command ? 1 : 0); in VerifyUserMultiwordCmdPath()