Lines Matching refs:SourceCoverageView
90 unsigned SourceCoverageView::getFirstUncoveredLineNo() { in getFirstUncoveredLineNo()
102 std::string SourceCoverageView::formatCount(uint64_t N) { in formatCount()
117 bool SourceCoverageView::shouldRenderRegionMarkers( in shouldRenderRegionMarkers()
134 bool SourceCoverageView::hasSubViews() const { in hasSubViews()
139 std::unique_ptr<SourceCoverageView>
140 SourceCoverageView::create(StringRef SourceName, const MemoryBuffer &File, in create()
158 std::string SourceCoverageView::getSourceName() const { in getSourceName()
165 void SourceCoverageView::addExpansion( in addExpansion()
167 std::unique_ptr<SourceCoverageView> View) { in addExpansion()
171 void SourceCoverageView::addBranch(unsigned Line, in addBranch()
173 std::unique_ptr<SourceCoverageView> View) { in addBranch()
177 void SourceCoverageView::addInstantiation( in addInstantiation()
179 std::unique_ptr<SourceCoverageView> View) { in addInstantiation()
183 void SourceCoverageView::print(raw_ostream &OS, bool WholeFile, in print()