Searched refs:getExpansions (Results 1 – 7 of 7) sorted by relevance
43 sumBranchExpansions(NumBranches, CoveredBranches, CM, CE.getExpansions()); in sumBranchExpansions() 89 sumBranchExpansions(NumBranches, CoveredBranches, CM, CD.getExpansions()); in get()
91 auto NestedExpansions = ExpansionCoverage.getExpansions(); in collectNestedBranches()122 collectNestedBranches(Coverage, FileCoverage.getExpansions()); in renderBranchExecutionCounts()
148 auto NestedExpansions = ExpansionCoverage.getExpansions(); in collectNestedBranches()220 for (const auto &Expansion : FileCoverage.getExpansions()) in renderFileExpansions()
319 auto SubViewExpansions = ExpansionCoverage.getExpansions(); in attachExpansionSubViews()380 auto Expansions = FunctionCoverage.getExpansions(); in createFunctionView()403 auto Expansions = FileCoverage.getExpansions(); in createSourceFileView()425 auto SubViewExpansions = SubViewCoverage.getExpansions(); in createSourceFileView()
915 ArrayRef<ExpansionRecord> getExpansions() const { return Expansions; } in getExpansions() function
5824 ArrayRef<QualType> getExpansions() const {
6643 llvm::ArrayRef<QualType> Types = PIT->getExpansions(); in TransformPackIndexingType()