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