Home | History | Annotate | Download | only in Frontend

Lines Matching defs:InputFile

736   StringRef InputFile = Input.getFile();
739 if (InputFile != "-") {
740 const FileEntry *File = FileMgr.getFile(InputFile, /*OpenFile=*/true);
742 Diags.Report(diag::err_fe_error_reading) << InputFile;
755 File = FileMgr.getVirtualFile(InputFile, (*MB)->getBufferSize(), 0);
758 Diags.Report(diag::err_cannot_open_file) << InputFile