Searched refs:GetAllowDisable (Results 1 – 7 of 7) sorted by relevance
106 bool GetAllowDisable();
48 s->Printf("disable: %s", GetAllowDisable() ? "allowed" : "disallowed"); in GetDescription()
671 bool SBBreakpointName::GetAllowDisable() { in GetAllowDisable() function in SBBreakpointName672 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpointName, GetAllowDisable); in GetAllowDisable()677 return bp_name->GetPermissions().GetAllowDisable(); in GetAllowDisable()758 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetAllowDisable, ()); in RegisterMethods()
93 bool GetAllowDisable() const { return GetPermission(disablePerm); } in GetAllowDisable() function
568 return GetPermissions().GetAllowDisable(); in AllowDisable()
10628 result = (bool)(arg1)->GetAllowDisable(); in _wrap_SBBreakpointName_GetAllowDisable()