Searched refs:ErrorId (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ClangTidyDiagnosticConsumer.cpp | 579 Event(unsigned Begin, unsigned End, EventType Type, unsigned ErrorId, in removeIncompatibleErrors() 581 : Type(Type), ErrorId(ErrorId) { in removeIncompatibleErrors() 609 Priority = std::make_tuple(Begin, Type, -End, -ErrorSize, ErrorId); in removeIncompatibleErrors() 612 Priority = std::make_tuple(Begin, Type, -End, ErrorSize, ErrorId); in removeIncompatibleErrors() 615 Priority = std::make_tuple(End, Type, -Begin, ErrorSize, ErrorId); in removeIncompatibleErrors() 628 unsigned ErrorId; in removeIncompatibleErrors() member 682 Apply[Event.ErrorId] = false; in removeIncompatibleErrors() 686 Apply[Event.ErrorId] = false; in removeIncompatibleErrors() 690 Apply[Event.ErrorId] = false; in removeIncompatibleErrors()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1582 void depCtrError(SMLoc Loc, int ErrorId, StringRef DepCtrName); 6581 void AMDGPUAsmParser::depCtrError(SMLoc Loc, int ErrorId, in depCtrError() argument 6583 switch (ErrorId) { in depCtrError()
|