Lines Matching refs:ErrorStr
2374 std::string ErrorStr = "could not find file '"; in getInputFile() local
2375 ErrorStr += Filename; in getInputFile()
2376 ErrorStr += "' referenced by AST file '"; in getInputFile()
2377 ErrorStr += F.FileName; in getInputFile()
2378 ErrorStr += "'"; in getInputFile()
2379 Error(ErrorStr); in getInputFile()
2431 std::string ErrorStr = "could not get buffer for file '"; in getInputFile() local
2432 ErrorStr += File->getName(); in getInputFile()
2433 ErrorStr += "'"; in getInputFile()
2434 Error(ErrorStr); in getInputFile()
4540 std::string ErrorStr; in ReadASTCore() local
4545 M, ErrorStr); in ReadASTCore()
4566 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty() in ReadASTCore()
4567 << ErrorStr; in ReadASTCore()
4578 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty() in ReadASTCore()
4579 << ErrorStr; in ReadASTCore()