Searched defs:UserCommandExists (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBCommandInterpreter.cpp | 126 bool SBCommandInterpreter::UserCommandExists(const char *cmd) { in UserCommandExists() function in SBCommandInterpreter |
/llvm-project/lldb/source/Interpreter/ | ||
H A D | CommandInterpreter.cpp | 1343 bool CommandInterpreter::UserCommandExists(llvm::StringRef cmd) const { UserCommandExists() function in CommandInterpreter |