Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandAlias.cpp101 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-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandAlias.h61 lldb::CommandObjectSP GetUnderlyingCommand() { in GetUnderlyingCommand() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectHelp.cpp114 ((CommandAlias *)sub_cmd_obj)->GetUnderlyingCommand().get(); in DoExecute()