Searched refs:GetAllowDisable (Results 1 – 7 of 7) sorted by relevance
38 obj.GetAllowDisable()
106 bool GetAllowDisable();
48 s->Printf("disable: %s", GetAllowDisable() ? "allowed" : "disallowed"); in GetDescription()
672 bool SBBreakpointName::GetAllowDisable() { in GetAllowDisable() function in SBBreakpointName673 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpointName, GetAllowDisable); in GetAllowDisable()678 return bp_name->GetPermissions().GetAllowDisable(); in GetAllowDisable()759 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetAllowDisable, ()); in RegisterMethods()
93 bool GetAllowDisable() const { return GetPermission(disablePerm); } in GetAllowDisable() function
568 return GetPermissions().GetAllowDisable(); in AllowDisable()