Lines Matching refs:ViewOpts
84 CoverageViewOptions ViewOpts; member in __anon791e6c5f0111::CodeCoverageTool
127 if (!ViewOpts.ShowExpandedRegions) in attachExpansionSubViews()
139 SourceBuffer.get(), ViewOpts, std::move(ExpansionCoverage)); in attachExpansionSubViews()
157 SourceBuffer.get(), ViewOpts, std::move(FunctionCoverage)); in createFunctionView()
175 SourceBuffer.get(), ViewOpts, std::move(FileCoverage)); in createSourceFileView()
182 SourceBuffer.get(), ViewOpts, std::move(SubViewCoverage)); in createSourceFileView()
315 ViewOpts.Debug = DebugDump; in run()
318 ViewOpts.Colors = UseColor == cl::BOU_UNSET in run()
413 ViewOpts.ShowLineNumbers = true; in show()
414 ViewOpts.ShowLineStats = ShowLineExecutionCounts.getNumOccurrences() != 0 || in show()
416 ViewOpts.ShowRegionMarkers = ShowRegions || ShowBestLineRegionsCounts; in show()
417 ViewOpts.ShowLineStatsOrRegionMarkers = ShowBestLineRegionsCounts; in show()
418 ViewOpts.ShowExpandedRegions = ShowExpansions; in show()
419 ViewOpts.ShowFunctionInstantiations = ShowInstantiations; in show()
433 ViewOpts.colored_ostream(outs(), raw_ostream::RED) in show()
438 ViewOpts.colored_ostream(outs(), raw_ostream::CYAN) << Function.Name in show()
458 ViewOpts.colored_ostream(outs(), raw_ostream::RED) in show()
465 ViewOpts.colored_ostream(outs(), raw_ostream::CYAN) << SourceFile << ":"; in show()
486 CoverageReport Report(ViewOpts, std::move(Coverage)); in report()