Searched defs:IsDashDashCommand (Results 1 – 2 of 2) sorted by relevance
| /llvm-project/lldb/source/Interpreter/ | ||
| H A D | CommandAlias.cpp | 172 bool CommandAlias::IsDashDashCommand() { in IsDashDashCommand() function in CommandAlias |
| /llvm-project/lldb/include/lldb/Interpreter/ | ||
| H A D | CommandObject.h | 159 virtual bool IsDashDashCommand() { return false; } IsDashDashCommand() function |