Lines Matching refs:ErrorStr
2350 std::string ErrorStr = "could not find file '";
2351 ErrorStr += Filename;
2352 ErrorStr += "' referenced by AST file '";
2353 ErrorStr += F.FileName;
2354 ErrorStr += "'";
2355 Error(ErrorStr);
2400 std::string ErrorStr = "could not get buffer for file '";
2401 ErrorStr += File->getName();
2402 ErrorStr += "'";
2403 Error(ErrorStr);
4498 std::string ErrorStr;
4503 M, ErrorStr);
4524 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty()
4525 << ErrorStr;
4536 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty()
4537 << ErrorStr;