Home
last modified time | relevance | path

Searched defs:GetAsMultiwordCommand (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h34 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand() function
H A DCommandObject.h152 virtual CommandObjectMultiword *GetAsMultiwordCommand() { return nullptr; } in GetAsMultiwordCommand() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp352 CommandObjectMultiword *CommandObjectProxy::GetAsMultiwordCommand() { GetAsMultiwordCommand() function in CommandObjectProxy