Lines Matching defs:ErrorStr
2741 std::string ErrorStr = "could not find file '";
2742 ErrorStr += *Filename;
2743 ErrorStr += "' referenced by AST file '";
2744 ErrorStr += F.FileName;
2745 ErrorStr += "'";
2746 Error(ErrorStr);
2795 std::string ErrorStr = "could not get buffer for file '";
2796 ErrorStr += File->getName();
2797 ErrorStr += "'";
2798 Error(ErrorStr);
4960 std::string ErrorStr;
4965 M, ErrorStr);
4986 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty()
4987 << ErrorStr;
4998 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty()
4999 << ErrorStr;