Searched defs:CoverageViewOptions (Results 1 – 1 of 1) sorted by relevance
18 struct CoverageViewOptions { struct19 bool Debug;20 bool Colors;21 bool ShowLineNumbers;22 bool ShowLineStats;23 bool ShowRegionMarkers;24 bool ShowLineStatsOrRegionMarkers;25 bool ShowExpandedRegions;26 bool ShowFunctionInstantiations;29 ColoredRawOstream colored_ostream(raw_ostream &OS, in colored_ostream()