Home
last modified time | relevance | path

Searched defs:UserCommandExists (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp126 bool SBCommandInterpreter::UserCommandExists(const char *cmd) { in UserCommandExists() function in SBCommandInterpreter
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1343 bool CommandInterpreter::UserCommandExists(llvm::StringRef cmd) const { in UserCommandExists() function in CommandInterpreter