Home | History | Annotate | Download | only in Frontend

Lines Matching defs:InFile

450                                           StringRef InFile,
453 /*RemoveFileOnSignal=*/true, InFile, Extension);
459 StringRef InFile,
465 InFile, Extension,
488 StringRef InFile,
496 } else if (InFile == "-") {
499 llvm::sys::Path Path(InFile);
624 const std::string &InFile = getFrontendOpts().Inputs[i].second;
630 if (Act.BeginSourceFile(*this, InFile, getFrontendOpts().Inputs[i].first)) {