Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandAlias.cpp101 GetUnderlyingCommand()->GetHelp().str().c_str()); in CommandAlias()
194 (GetUnderlyingCommand()->IsDashDashCommand() ? eLazyBoolYes in IsDashDashCommand()
200 if (GetUnderlyingCommand()) in IsNestedAlias()
201 return GetUnderlyingCommand()->IsAlias(); in IsNestedAlias()
206 auto underlying = GetUnderlyingCommand(); in Desugar()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandAlias.h61 lldb::CommandObjectSP GetUnderlyingCommand() { in GetUnderlyingCommand() function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectHelp.cpp117 ((CommandAlias *)sub_cmd_obj)->GetUnderlyingCommand().get(); in DoExecute()