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