Lines Matching refs:SourceCoverageView
91 unsigned SourceCoverageView::getFirstUncoveredLineNo() { in getFirstUncoveredLineNo()
103 std::string SourceCoverageView::formatCount(uint64_t N) { in formatCount()
118 bool SourceCoverageView::shouldRenderRegionMarkers( in shouldRenderRegionMarkers()
135 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::addInstantiation( in addInstantiation()
173 std::unique_ptr<SourceCoverageView> View) { in addInstantiation()
177 void SourceCoverageView::print(raw_ostream &OS, bool WholeFile, in print()