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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp251 std::string PathToStyle = ""; local
255 PathToStyle += ".." + PathSep;
256 return PathToStyle + "style.css";
260 const std::string &PathToStyle = "") {
266 if (PathToStyle.empty())
270 << escape(PathToStyle, Opts) << "'>";

Completed in 101 milliseconds