Searched refs:Snippets (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp504 SmallVector<std::string, 8> Snippets; local
509 Snippets.push_back(std::string(Line.substr(Start, Len)));
523 for (unsigned I = 0, E = Snippets.size(); I < E; ++I)
524 Snippets[I] = escape(Snippets[I], getOptions());
545 if (!Snippets[0].empty())
546 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size());
559 Snippets[
[all...]

Completed in 94 milliseconds