Home
last modified time | relevance | path

Searched refs:cmd_entry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp90 auto *cmd_entry = m_underlying_command_sp->GetArgumentEntryAtIndex(i); in CommandAlias()
92 m_arguments.push_back(*cmd_entry); in CommandAlias()