Lines Matching refs:SourceCoverageView
94 unsigned SourceCoverageView::getFirstUncoveredLineNo() { in getFirstUncoveredLineNo()
106 std::string SourceCoverageView::formatCount(uint64_t N) { in formatCount()
121 bool SourceCoverageView::shouldRenderRegionMarkers( in shouldRenderRegionMarkers()
140 bool SourceCoverageView::hasSubViews() const { in hasSubViews()
145 std::unique_ptr<SourceCoverageView>
146 SourceCoverageView::create(StringRef SourceName, const MemoryBuffer &File, in create()
164 std::string SourceCoverageView::getSourceName() const { in getSourceName()
171 void SourceCoverageView::addExpansion( in addExpansion()
173 std::unique_ptr<SourceCoverageView> View) { in addExpansion()
177 void SourceCoverageView::addBranch(unsigned Line, in addBranch()
182 void SourceCoverageView::addMCDCRecord(unsigned Line, in addMCDCRecord()
187 void SourceCoverageView::addInstantiation( in addInstantiation()
189 std::unique_ptr<SourceCoverageView> View) { in addInstantiation()
193 void SourceCoverageView::print(raw_ostream &OS, bool WholeFile, in print()