reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
  231   bool CommandExists(llvm::StringRef cmd) const;

References

tools/lldb/source/API/SBCommandInterpreter.cpp
  215   return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd)
tools/lldb/source/Commands/CommandObjectCommands.cpp
  575     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)) {