Lines Matching refs:ErrorStr
2584 std::string ErrorStr = "could not find file '"; in getInputFile() local
2585 ErrorStr += Filename; in getInputFile()
2586 ErrorStr += "' referenced by AST file '"; in getInputFile()
2587 ErrorStr += F.FileName; in getInputFile()
2588 ErrorStr += "'"; in getInputFile()
2589 Error(ErrorStr); in getInputFile()
2638 std::string ErrorStr = "could not get buffer for file '"; in getInputFile() local
2639 ErrorStr += File->getName(); in getInputFile()
2640 ErrorStr += "'"; in getInputFile()
2641 Error(ErrorStr); in getInputFile()
4719 std::string ErrorStr; in ReadASTCore() local
4724 M, ErrorStr); in ReadASTCore()
4745 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty() in ReadASTCore()
4746 << ErrorStr; in ReadASTCore()
4757 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty() in ReadASTCore()
4758 << ErrorStr; in ReadASTCore()