Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp214 auto NextISV = InstantiationSubViews.begin(); in print() local
277 for (; NextISV != EndISV && NextISV->Line == LI.line_number(); ++NextISV) { in print()
279 renderInstantiationView(OS, *NextISV, ViewDepth + 1); in print()