Searched refs:UserCommandExists (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h110 UserCommandExists (const char *cmd);
/external/lldb/source/Commands/
H A DCommandObjectCommands.cpp624 || m_interpreter.UserCommandExists (alias_command.c_str()))
736 || m_interpreter.UserCommandExists (alias_command.c_str()))
1953 if (cmd_name && *cmd_name && m_interpreter.HasUserCommands() && m_interpreter.UserCommandExists(cmd_name))
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp783 if (UserCommandExists(name_cstr))
978 CommandInterpreter::UserCommandExists (const char *cmd) function in class:CommandInterpreter

Completed in 316 milliseconds