Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp172 bool CommandAlias::IsDashDashCommand() { in IsDashDashCommand() function in CommandAlias
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h159 virtual bool IsDashDashCommand() { return false; } in IsDashDashCommand() function