Searched refs:SetAllowDisable (Results 1 – 6 of 6) sorted by relevance
107 void SetAllowDisable(bool value);
680 void SBBreakpointName::SetAllowDisable(bool value) { in SetAllowDisable() function in SBBreakpointName681 LLDB_RECORD_METHOD(void, SBBreakpointName, SetAllowDisable, (bool), value); in SetAllowDisable()686 bp_name->GetPermissions().SetAllowDisable(value); in SetAllowDisable()759 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetAllowDisable, (bool)); in RegisterMethods()
94 bool SetAllowDisable(bool value) { return SetPermission(disablePerm, in SetAllowDisable() function
1645 m_permissions.SetAllowDisable(value); in SetOptionValue()
10654 (arg1)->SetAllowDisable(arg2); in _wrap_SBBreakpointName_SetAllowDisable()