Home | History | Annotate | Download | only in Frontend

Lines Matching refs:OutputFile

259         : DiagOpts(Diags), Stream(Buffer), OutputFile(File.str()),
272 std::string OutputFile;
312 create(StringRef OutputFile, DiagnosticOptions *Diags, bool MergeChildRecords) {
313 return llvm::make_unique<SDiagsWriter>(OutputFile, Diags, MergeChildRecords);
781 if (!llvm::sys::fs::remove(State->OutputFile))
805 if (llvm::sys::fs::exists(State->OutputFile))
806 if (SDiagsMerger(*this).mergeRecordsFromFile(State->OutputFile.c_str()))
811 auto OS = llvm::make_unique<llvm::raw_fd_ostream>(State->OutputFile.c_str(),
815 << State->OutputFile << EC.message();