Searched defs:ExpectedMsg (Results 1 – 2 of 2) sorted by relevance
73 static void expectError(StringRef ExpectedMsg, Error Err) { in expectError()77 static void expectDiagnosticError(StringRef ExpectedMsg, Error Err) { in expectDiagnosticError()
48 void checkError(std::string ExpectedMsg, Error Err) { in checkError() argument