Searched refs:GetAllowDisable (Results 1 – 6 of 6) sorted by relevance
106 bool GetAllowDisable();
48 s->Printf("disable: %s", GetAllowDisable() ? "allowed" : "disallowed"); in GetDescription()
93 bool GetAllowDisable() const { return GetPermission(disablePerm); } in GetAllowDisable() function
579 return GetPermissions().GetAllowDisable(); in AllowDisable()
644 bool SBBreakpointName::GetAllowDisable() { in GetAllowDisable() function in SBBreakpointName650 return bp_name->GetPermissions().GetAllowDisable(); in GetAllowDisable()