Searched refs:ExpectedMsg (Results 1 – 2 of 2) sorted by relevance
73 static void expectError(StringRef ExpectedMsg, Error Err) { in expectError() argument74 expectSameErrors<ErrorT>({ExpectedMsg.str()}, std::move(Err)); in expectError()77 static void expectDiagnosticError(StringRef ExpectedMsg, Error Err) { in expectDiagnosticError() argument78 expectError<ErrorDiagnostic>(ExpectedMsg, std::move(Err)); in expectDiagnosticError()
49 void checkError(std::string ExpectedMsg, Error Err) { in checkError() argument50 checkError(ArrayRef<std::string>{ExpectedMsg}, std::move(Err)); in checkError()