Lines Matching refs:getOptions
73 getOptions().colored_ostream(OS, raw_ostream::CYAN) << getSourceName() in renderSourceName()
90 unsigned Length = getDividerWidth(getOptions()); in renderViewDivider()
118 getOptions().Colors && Highlight, /*Bold=*/false, in renderLine()
121 if (getOptions().Debug && Highlight) in renderLine()
135 getOptions().Colors && Highlight, /*Bold=*/false, /*BG=*/true) in renderLine()
139 if (getOptions().Debug) { in renderLine()
157 Line.hasMultipleRegions() && getOptions().Colors) in renderLineCoverageColumn()
177 OS.indent(getCombinedColumnWidth(getOptions())); in renderRegionMarkers()
199 if (getOptions().Debug) in renderRegionMarkers()
211 OS.indent(getCombinedColumnWidth(getOptions()) + (ViewDepth == 0 ? 0 : 1)); in renderExpansionSite()
219 if (getOptions().Debug) in renderExpansionView()
229 if (getOptions().Debug) in renderBranchView()
237 if (!getOptions().ShowBranchCounts && Total != 0) { in renderBranchView()
251 getOptions().Colors && !R.ExecutionCount, in renderBranchView()
255 if (getOptions().ShowBranchCounts) in renderBranchView()
261 getOptions().Colors && !R.FalseExecutionCount, in renderBranchView()
265 if (getOptions().ShowBranchCounts) in renderBranchView()
279 getOptions().colored_ostream(OS, raw_ostream::RED) in renderInstantiationView()
287 if (getOptions().hasProjectTitle()) in renderTitle()
288 getOptions().colored_ostream(OS, raw_ostream::CYAN) in renderTitle()
289 << getOptions().ProjectTitle << "\n"; in renderTitle()
291 getOptions().colored_ostream(OS, raw_ostream::CYAN) << Title << "\n"; in renderTitle()
293 if (getOptions().hasCreatedTime()) in renderTitle()
294 getOptions().colored_ostream(OS, raw_ostream::CYAN) in renderTitle()
295 << getOptions().CreatedTimeStr << "\n"; in renderTitle()