Home
last modified time | relevance | path

Searched refs:ErrorId (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.cpp601 Event(unsigned Begin, unsigned End, EventType Type, unsigned ErrorId, in removeIncompatibleErrors()
603 : Type(Type), ErrorId(ErrorId) { in removeIncompatibleErrors()
631 Priority = std::make_tuple(Begin, Type, -End, -ErrorSize, ErrorId); in removeIncompatibleErrors()
634 Priority = std::make_tuple(Begin, Type, -End, ErrorSize, ErrorId); in removeIncompatibleErrors()
637 Priority = std::make_tuple(End, Type, -Begin, ErrorSize, ErrorId); in removeIncompatibleErrors()
650 unsigned ErrorId; in removeIncompatibleErrors() member
704 Apply[Event.ErrorId] = false; in removeIncompatibleErrors()
708 Apply[Event.ErrorId] = false; in removeIncompatibleErrors()
712 Apply[Event.ErrorId] = false; in removeIncompatibleErrors()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1468 int ErrorId() const { return errorId; } in ErrorId() function