Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs: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);
116 return report("Could not create directory: " + outputDir, Diag);
129 return report(errMsg, Diag);
151 return report("Could not create file: " + tempPath.str(), Diag);
179 return report(StringRef("File does not exist: ") + origFE->getName(),
185 return report(errMsg, Diag);
255 bool FileRemapper::report(const Twine &err, DiagnosticsEngine &Diag) {
256 Diag.Report(Diag.getCustomDiagID(DiagnosticsEngine::Error, "%0"))