Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp100 GetUnderlyingCommand()->GetHelp().str().c_str()); in CommandAlias()
192 (GetUnderlyingCommand()->IsDashDashCommand() ? eLazyBoolYes in IsDashDashCommand()
198 if (GetUnderlyingCommand()) in IsNestedAlias()
199 return GetUnderlyingCommand()->IsAlias(); in IsNestedAlias()
204 auto underlying = GetUnderlyingCommand(); in Desugar()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h61 lldb::CommandObjectSP GetUnderlyingCommand() { in GetUnderlyingCommand() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp114 ((CommandAlias *)sub_cmd_obj)->GetUnderlyingCommand().get(); in DoExecute()