summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/SourceCoverageViewText.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageViewText.h')
-rw-r--r--llvm/tools/llvm-cov/SourceCoverageViewText.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/llvm/tools/llvm-cov/SourceCoverageViewText.h b/llvm/tools/llvm-cov/SourceCoverageViewText.h
index 36b7c9659c2..17f2e797abd 100644
--- a/llvm/tools/llvm-cov/SourceCoverageViewText.h
+++ b/llvm/tools/llvm-cov/SourceCoverageViewText.h
@@ -31,12 +31,13 @@ class SourceCoverageViewText : public SourceCoverageView {
CoverageSegmentArray Segments, unsigned ExpansionCol,
unsigned ViewDepth) override;
- unsigned renderExpansionView(raw_ostream &OS, ExpansionView &ESV,
- Optional<LineRef> FirstLine,
- const coverage::CoverageSegment *WrappedSegment,
- CoverageSegmentArray Segments,
- unsigned ExpansionCol,
- unsigned ViewDepth) override;
+ void renderExpansionSite(raw_ostream &OS, ExpansionView &ESV, LineRef L,
+ const coverage::CoverageSegment *WrappedSegment,
+ CoverageSegmentArray Segments, unsigned ExpansionCol,
+ unsigned ViewDepth) override;
+
+ void renderExpansionView(raw_ostream &OS, ExpansionView &ESV,
+ unsigned ViewDepth) override;
void renderInstantiationView(raw_ostream &OS, InstantiationView &ISV,
unsigned ViewDepth) override;
OpenPOWER on IntegriCloud