Home
last modified time | relevance | path

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

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