Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandAlias.cpp169 bool CommandAlias::IsDashDashCommand() { in IsDashDashCommand() function in CommandAlias
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObject.h157 virtual bool IsDashDashCommand() { return false; } in IsDashDashCommand() function