Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h66 void SetRemovable(bool removable) { m_can_be_removed = removable; } in SetRemovable() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp608 new_command_sp->GetAsMultiwordCommand()->SetRemovable(true); in AddMultiwordCommand()
706 new_command->SetRemovable(true); in AddMultiwordCommand()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2820 cmd_sp->GetAsMultiwordCommand()->SetRemovable(true); in DoExecute()