Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandAlias.cpp99 GetUnderlyingCommand()->GetHelp().str().c_str()); in CommandAlias()
193 (GetUnderlyingCommand()->IsDashDashCommand() ? eLazyBoolYes in IsDashDashCommand()
199 if (GetUnderlyingCommand()) in IsNestedAlias()
200 return GetUnderlyingCommand()->IsAlias(); in IsNestedAlias()
205 auto underlying = GetUnderlyingCommand(); in Desugar()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandAlias.h62 lldb::CommandObjectSP GetUnderlyingCommand() { in GetUnderlyingCommand() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectHelp.cpp121 ((CommandAlias *)sub_cmd_obj)->GetUnderlyingCommand().get(); in DoExecute()