Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h66 void SetRemovable(bool removable) { m_can_be_removed = removable; } in SetRemovable() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp546 new_command_sp->GetAsMultiwordCommand()->SetRemovable(true); in AddMultiwordCommand()
643 new_command->SetRemovable(true); in AddMultiwordCommand()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp1924 cmd_sp->GetAsMultiwordCommand()->SetRemovable(true); in DoExecute()