Lines Matching defs:ErrorStr
2584 std::string ErrorStr = "could not find file '";
2585 ErrorStr += Filename;
2586 ErrorStr += "' referenced by AST file '";
2587 ErrorStr += F.FileName;
2588 ErrorStr += "'";
2589 Error(ErrorStr);
2638 std::string ErrorStr = "could not get buffer for file '";
2639 ErrorStr += File->getName();
2640 ErrorStr += "'";
2641 Error(ErrorStr);
4719 std::string ErrorStr;
4724 M, ErrorStr);
4745 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty()
4746 << ErrorStr;
4757 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty()
4758 << ErrorStr;