Searched refs:FileCoverage (Results 1 – 3 of 3) sorted by relevance
169 auto FileCoverage = Coverage.getCoverageForFile(SourceFile); in createSourceFileView() local170 if (FileCoverage.empty()) in createSourceFileView()173 auto Expansions = FileCoverage.getExpansions(); in createSourceFileView()175 SourceBuffer.get(), ViewOpts, std::move(FileCoverage)); in createSourceFileView()
395 CoverageData FileCoverage(Filename); in getCoverageForFile() local407 FileCoverage.Expansions.emplace_back(CR, Function); in getCoverageForFile()412 FileCoverage.Segments = SegmentBuilder().buildSegments(Regions); in getCoverageForFile()414 return FileCoverage; in getCoverageForFile()
552 GCOVCoverage FileCoverage(Filename); in print() local623 ++FileCoverage.LinesExec; in print()625 ++FileCoverage.LogicalLines; in print()643 printBranchInfo(OS, *Block, FileCoverage, EdgeNo); in print()650 FileCoverages.push_back(std::make_pair(CoveragePath, FileCoverage)); in print()