Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h65 void SetRemovable(bool removable) { m_can_be_removed = removable; } in SetRemovable() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp545 new_command_sp->GetAsMultiwordCommand()->SetRemovable(true); in AddMultiwordCommand()
642 new_command->SetRemovable(true); in AddMultiwordCommand()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp1921 cmd_sp->GetAsMultiwordCommand()->SetRemovable(true); in DoExecute()