Searched refs:GetAllowDelete (Results 1 – 7 of 7) sorted by relevance
103 bool GetAllowDelete();
51 s->Printf("delete: %s", GetAllowDelete() ? "allowed" : "disallowed"); in GetDescription()
652 bool SBBreakpointName::GetAllowDelete() { in GetAllowDelete() function in SBBreakpointName653 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpointName, GetAllowDelete); in GetAllowDelete()658 return bp_name->GetPermissions().GetAllowDelete(); in GetAllowDelete()756 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetAllowDelete, ()); in RegisterMethods()
90 bool GetAllowDelete() const { return GetPermission(deletePerm); } in GetAllowDelete() function
571 return GetPermissions().GetAllowDelete(); in AllowDelete()
10578 result = (bool)(arg1)->GetAllowDelete(); in _wrap_SBBreakpointName_GetAllowDelete()