Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp105 if (!IsUserCommand()) { in LoadUserSubcommand()
123 if (!(*pos).second->IsUserCommand()) in LoadUserSubcommand()
143 if (!(*pos).second->IsUserCommand()) { in RemoveUserSubcommand()
H A DCommandObjectCommands.cpp2401 if (!cmd_sp->IsUserCommand()) { in DoExecute()
2663 if (!cmd_sp->IsUserCommand()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h148 bool IsUserCommand() { return m_is_user_command; } in IsUserCommand() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp970 if (!cmd_sp->IsUserCommand()) { in VerifyUserMultiwordCmdPath()