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