Lines Matching refs:ErrorStr
2352 std::string ErrorStr = "could not find file '"; in getInputFile() local
2353 ErrorStr += Filename; in getInputFile()
2354 ErrorStr += "' referenced by AST file '"; in getInputFile()
2355 ErrorStr += F.FileName; in getInputFile()
2356 ErrorStr += "'"; in getInputFile()
2357 Error(ErrorStr); in getInputFile()
2402 std::string ErrorStr = "could not get buffer for file '"; in getInputFile() local
2403 ErrorStr += File->getName(); in getInputFile()
2404 ErrorStr += "'"; in getInputFile()
2405 Error(ErrorStr); in getInputFile()
4514 std::string ErrorStr; in ReadASTCore() local
4519 M, ErrorStr); in ReadASTCore()
4540 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty() in ReadASTCore()
4541 << ErrorStr; in ReadASTCore()
4552 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty() in ReadASTCore()
4553 << ErrorStr; in ReadASTCore()