Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp331 std::vector<CountedRegion> ViewBranches; in attachBranchSubViews() local
335 ViewBranches.push_back(*NextBranch++); in attachBranchSubViews()
337 if (!ViewBranches.empty()) { in attachBranchSubViews()
340 View.addBranch(CurrentLine, ViewBranches, std::move(SubView)); in attachBranchSubViews()