Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp235 json::Array BranchArray; in renderFileBranches() local
237 BranchArray.push_back(renderBranch(Branch)); in renderFileBranches()
238 return BranchArray; in renderFileBranches()