Home | History | Annotate | Download | only in Frontend

Lines Matching defs:OutputFile

258         : DiagOpts(Diags), Stream(Buffer), OutputFile(File.str()),
271 std::string OutputFile;
311 create(StringRef OutputFile, DiagnosticOptions *Diags, bool MergeChildRecords) {
312 return llvm::make_unique<SDiagsWriter>(OutputFile, Diags, MergeChildRecords);
780 if (!llvm::sys::fs::remove(State->OutputFile))
804 if (llvm::sys::fs::exists(State->OutputFile))
805 if (SDiagsMerger(*this).mergeRecordsFromFile(State->OutputFile.c_str()))
810 auto OS = llvm::make_unique<llvm::raw_fd_ostream>(State->OutputFile.c_str(),
814 << State->OutputFile << EC.message();