Home
last modified time | relevance | path

Searched refs:SetAllowDelete (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h106 void SetAllowDelete(bool value);
/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h91 bool SetAllowDelete(bool value) { return SetPermission(deletePerm, value); } in SetAllowDelete() function
/src/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp637 void SBBreakpointName::SetAllowDelete(bool value) { in SetAllowDelete() function in SBBreakpointName
643 bp_name->GetPermissions().SetAllowDelete(value); in SetAllowDelete()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1624 m_permissions.SetAllowDelete(value); in SetOptionValue()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11713 (arg1)->SetAllowDelete(arg2); in _wrap_SBBreakpointName_SetAllowDelete()