Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp102 GetUnderlyingCommand()->GetHelp().str().c_str()); in CommandAlias()
195 (GetUnderlyingCommand()->IsDashDashCommand() ? eLazyBoolYes in IsDashDashCommand()
201 if (GetUnderlyingCommand()) in IsNestedAlias()
202 return GetUnderlyingCommand()->IsAlias(); in IsNestedAlias()
207 auto underlying = GetUnderlyingCommand(); in Desugar()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h61 lldb::CommandObjectSP GetUnderlyingCommand() { in GetUnderlyingCommand() function
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp106 ((CommandAlias *)sub_cmd_obj)->GetUnderlyingCommand().get(); in DoExecute()