Lines Matching defs:ErrorId
602 Event(unsigned Begin, unsigned End, EventType Type, unsigned ErrorId,
604 : Type(Type), ErrorId(ErrorId) {
626 // Sorting by ErrorId will guarantee that the begin point of the first
632 Priority = std::make_tuple(Begin, Type, -End, -ErrorSize, ErrorId);
635 Priority = std::make_tuple(Begin, Type, -End, ErrorSize, ErrorId);
638 Priority = std::make_tuple(End, Type, -Begin, ErrorSize, ErrorId);
651 unsigned ErrorId;
705 Apply[Event.ErrorId] = false;
709 Apply[Event.ErrorId] = false;
713 Apply[Event.ErrorId] = false;