Lines Matching refs:CoverageViewOptions
50 const CoverageViewOptions &Options,
129 CoverageViewOptions ViewOpts;
577 cl::opt<CoverageViewOptions::OutputFormat> Format( in run()
579 cl::values(clEnumValN(CoverageViewOptions::OutputFormat::Text, "text", in run()
581 clEnumValN(CoverageViewOptions::OutputFormat::HTML, "html", in run()
583 clEnumValN(CoverageViewOptions::OutputFormat::Lcov, "lcov", in run()
585 cl::init(CoverageViewOptions::OutputFormat::Text)); in run()
688 case CoverageViewOptions::OutputFormat::Text: in run()
693 case CoverageViewOptions::OutputFormat::HTML: in run()
698 case CoverageViewOptions::OutputFormat::Lcov: in run()
863 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doShow()
960 (ViewOpts.Format == CoverageViewOptions::OutputFormat::HTML); in doShow()
996 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::HTML) { in doReport()
999 } else if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doReport()
1046 if (ViewOpts.Format != CoverageViewOptions::OutputFormat::Text && in doExport()
1047 ViewOpts.Format != CoverageViewOptions::OutputFormat::Lcov) { in doExport()
1062 case CoverageViewOptions::OutputFormat::Text: in doExport()
1066 case CoverageViewOptions::OutputFormat::HTML: in doExport()
1070 case CoverageViewOptions::OutputFormat::Lcov: in doExport()