Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2477 m_container = GetCommandInterpreter().VerifyUserMultiwordCmdPath( in DoExecute()
2665 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
2835 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
2930 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
H A DCommandCompletions.cpp891 interpreter.VerifyUserMultiwordCmdPath(args, true, error); in CompleteModifiableCmdPathArgs()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h342 VerifyUserMultiwordCmdPath(Args &path, bool leaf_is_command, Status &result);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp963 CommandInterpreter::VerifyUserMultiwordCmdPath(Args &path, bool leaf_is_command, in VerifyUserMultiwordCmdPath() function in CommandInterpreter