Home | History | Annotate | Download | only in ARCMigrate

Lines Matching full:report

71     return report("Error opening file: " + infoFile, Diag);
80 return report("Invalid file data: '" + lines[idx+1] + "' not a number",
88 return report("File does not exist: " + fromFilename, Diag);
94 return report("File does not exist: " + toFilename, Diag);
100 return report("File was modified: " + fromFilename, Diag);
117 return report("Could not create directory: " + outputDir, Diag);
131 return report(errMsg, Diag);
153 return report("Could not create file: " + tempPath.str(), Diag);
181 return report(StringRef("File does not exist: ") + origFE->getName(),
188 return report(errMsg, Diag);
274 bool FileRemapper::report(const Twine &err, DiagnosticsEngine &Diag) {
278 Diag.Report(ID);