Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h282 bool UserCommandExists(llvm::StringRef cmd) const;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp491 m_interpreter.UserCommandExists(alias_command)) { in HandleAliasingRawCommand()
593 m_interpreter.UserCommandExists(alias_command)) { in HandleAliasingNormalCommand()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1140 if (UserCommandExists(name)) { in AddUserCommand()
1320 bool CommandInterpreter::UserCommandExists(llvm::StringRef cmd) const { in UserCommandExists() function in CommandInterpreter