Lines Matching refs:ErrorStr
2543 std::string ErrorStr = "could not find file '"; in getInputFile() local
2544 ErrorStr += Filename; in getInputFile()
2545 ErrorStr += "' referenced by AST file '"; in getInputFile()
2546 ErrorStr += F.FileName; in getInputFile()
2547 ErrorStr += "'"; in getInputFile()
2548 Error(ErrorStr); in getInputFile()
2597 std::string ErrorStr = "could not get buffer for file '"; in getInputFile() local
2598 ErrorStr += File->getName(); in getInputFile()
2599 ErrorStr += "'"; in getInputFile()
2600 Error(ErrorStr); in getInputFile()
4711 std::string ErrorStr; in ReadASTCore() local
4716 M, ErrorStr); in ReadASTCore()
4737 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty() in ReadASTCore()
4738 << ErrorStr; in ReadASTCore()
4749 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty() in ReadASTCore()
4750 << ErrorStr; in ReadASTCore()