Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandAlias.h61 lldb::CommandObjectSP GetUnderlyingCommand() { in GetUnderlyingCommand() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectHelp.cpp117 ((CommandAlias *)sub_cmd_obj)->GetUnderlyingCommand().get(); in DoExecute()