Lines Matching defs:ExpectedDiag
591 struct ExpectedDiag {
592 ExpectedDiag(DiagnosticSeverity kind, unsigned lineNo, SMLoc fileLoc,
667 std::optional<MutableArrayRef<ExpectedDiag>>
671 MutableArrayRef<ExpectedDiag>
679 llvm::StringMap<SmallVector<ExpectedDiag, 2>> expectedDiagsPerFile;
704 std::optional<MutableArrayRef<ExpectedDiag>>
708 return MutableArrayRef<ExpectedDiag>(expectedDiags->second);
712 MutableArrayRef<ExpectedDiag>
756 ExpectedDiag record(kind, lineNo + 1, expectedStart, matches[5]);
872 ExpectedDiag *nearMiss = nullptr;