Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestCommandPaths.cpp95 interp.VerifyUserMultiwordCmdPath(test_args, is_leaf, error); in RunTest()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp1558 m_container = GetCommandInterpreter().VerifyUserMultiwordCmdPath( in DoExecute()
1753 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
1936 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
2045 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
H A DCommandCompletions.cpp836 interpreter.VerifyUserMultiwordCmdPath(args, true, error); in CompleteModifiableCmdPathArgs()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h310 CommandObjectMultiword *VerifyUserMultiwordCmdPath(Args &path,
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp915 CommandObjectMultiword *CommandInterpreter::VerifyUserMultiwordCmdPath( in VerifyUserMultiwordCmdPath() function in CommandInterpreter