Searched refs:ExpectedDiag (Results 1 – 2 of 2) sorted by relevance
526 struct ExpectedDiag { struct538 Optional<MutableArrayRef<ExpectedDiag>> getExpectedDiags(StringRef bufName);541 MutableArrayRef<ExpectedDiag>548 llvm::StringMap<SmallVector<ExpectedDiag, 2>> expectedDiagsPerFile;573 Optional<MutableArrayRef<ExpectedDiag>>577 return MutableArrayRef<ExpectedDiag>(expectedDiags->second); in getExpectedDiags()582 MutableArrayRef<ExpectedDiag>627 ExpectedDiag record{kind, lineNo + 1, matches[4], expectedStart, false}; in computeExpectedDiags()738 ExpectedDiag *nearMiss = nullptr; in process()
211 llvm::StringLiteral ExpectedDiag = in TEST_F() local218 Contains(AllOf(DiagMessage(ExpectedDiag), in TEST_F()