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()
138 std::unique_ptr<SourceCoverageView>
139 SourceCoverageView::create(StringRef SourceName, const MemoryBuffer &File, in create()
157 std::string SourceCoverageView::getSourceName() const { in getSourceName()
164 void SourceCoverageView::addExpansion( in addExpansion()
166 std::unique_ptr<SourceCoverageView> View) { in addExpansion()
170 void SourceCoverageView::addInstantiation( in addInstantiation()
172 std::unique_ptr<SourceCoverageView> View) { in addInstantiation()
176 void SourceCoverageView::print(raw_ostream &OS, bool WholeFile, in print()