reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
231 bool CommandExists(llvm::StringRef cmd) const;
215 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd)
tools/lldb/source/Commands/CommandObjectCommands.cpp575 if (m_interpreter.CommandExists(alias_command)) { 665 if (m_interpreter.CommandExists(alias_command)) { 794 if (m_interpreter.CommandExists(command_name)) { 866 if (!m_interpreter.CommandExists(command_name)) {tools/lldb/source/Interpreter/CommandInterpreter.cpp
978 if (CommandExists(name)) {