Searched refs:getExpansions (Results 1 – 5 of 5) sorted by relevance
43 sumBranchExpansions(NumBranches, CoveredBranches, CM, CE.getExpansions()); in sumBranchExpansions()74 sumBranchExpansions(NumBranches, CoveredBranches, CM, CD.getExpansions()); in get()
91 auto NestedExpansions = ExpansionCoverage.getExpansions(); in collectNestedBranches()122 collectNestedBranches(Coverage, FileCoverage.getExpansions()); in renderBranchExecutionCounts()
123 auto NestedExpansions = ExpansionCoverage.getExpansions(); in collectNestedBranches()188 for (const auto &Expansion : FileCoverage.getExpansions()) in renderFileExpansions()
314 auto SubViewExpansions = ExpansionCoverage.getExpansions(); in attachExpansionSubViews()363 auto Expansions = FunctionCoverage.getExpansions(); in createFunctionView()385 auto Expansions = FileCoverage.getExpansions(); in createSourceFileView()406 auto SubViewExpansions = SubViewCoverage.getExpansions(); in createSourceFileView()
564 ArrayRef<ExpansionRecord> getExpansions() const { return Expansions; } in getExpansions() function