Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandAlias.cpp170 bool CommandAlias::IsDashDashCommand() { in IsDashDashCommand() function in CommandAlias
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObject.h155 virtual bool IsDashDashCommand() { return false; } in IsDashDashCommand() function