Home
last modified time | relevance | path

Searched refs:getExpansions (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp43 sumBranchExpansions(NumBranches, CoveredBranches, CM, CE.getExpansions()); in sumBranchExpansions()
89 sumBranchExpansions(NumBranches, CoveredBranches, CM, CD.getExpansions()); in get()
H A DCoverageExporterLcov.cpp91 auto NestedExpansions = ExpansionCoverage.getExpansions(); in collectNestedBranches()
122 collectNestedBranches(Coverage, FileCoverage.getExpansions()); in renderBranchExecutionCounts()
H A DCoverageExporterJson.cpp148 auto NestedExpansions = ExpansionCoverage.getExpansions(); in collectNestedBranches()
220 for (const auto &Expansion : FileCoverage.getExpansions()) in renderFileExpansions()
H A DCodeCoverage.cpp319 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h915 ArrayRef<ExpansionRecord> getExpansions() const { return Expansions; } in getExpansions() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5824 ArrayRef<QualType> getExpansions() const {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6643 llvm::ArrayRef<QualType> Types = PIT->getExpansions(); in TransformPackIndexingType()