Searched refs:ReportFile (Results 1 – 7 of 7) sorted by relevance
26 struct ReportFile { struct50 extern ReportFile report_file; argument
31 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};37 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()72 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
45 bool ReportFile::SupportsColors() { in SupportsColors()
264 void ReportFile::Write(const char *buffer, uptr length) { in Write()
275 void ReportFile::Write(const char *buffer, uptr length) { in Write()
816 void ReportFile::Write(const char *buffer, uptr length) { in Write()
191 FileID ReportFile = path.front()->getLocation().asLocation().getExpansionLoc().getFileID(); in ReportDiag() local240 const FileEntry* Entry = SMgr.getFileEntryForID(ReportFile); in ReportDiag()