Lines Matching refs:escape
27 std::string escape(StringRef Str, const CoverageViewOptions &Opts) { in escape() function
457 << escape(PathToStyle, Opts) << "'>"; in emitPrelude()
463 OS << "<script src='" << escape(PathToJavaScript, Opts) << "'></script>"; in emitPrelude()
580 std::string LinkText = escape(LinkTextStr, Opts); in buildLinkToFile()
582 escape(getOutputPath(SF, "html", /*InToplevel=*/false), Opts); in buildLinkToFile()
612 OSRef << tag(ProjectTitleTag, escape(Opts.ProjectTitle, Opts)); in emitReportHeader()
615 OSRef << tag(CreatedTimeTag, escape(Opts.CreatedTimeStr, Opts)); in emitReportHeader()
698 OSRef << tag("h5", escape(Opts.getLLVMVersionString(), Opts)); in createIndexFile()
778 OSRef << tag("h5", escape(Options.getLLVMVersionString(), Options)); in generateSubDirectoryReport()
852 auto LinkText = escape(LinkTextStr, Options); in buildRelLinkToFile()
853 auto LinkTarget = escape(LinkTargetStr, Options); in buildRelLinkToFile()
911 OS << BeginSourceNameDiv << tag("pre", escape(getSourceName(), getOptions())) in renderSourceName()
964 Snippets[I] = escape(Snippets[I], getOptions()); in renderLine()
1217 escape("Unexecuted instantiation: " + ISV.FunctionName.str(), in renderInstantiationView()
1228 OS << tag(ProjectTitleTag, escape(getOptions().ProjectTitle, getOptions())); in renderTitle()
1229 OS << tag(ReportTitleTag, escape(Title, getOptions())); in renderTitle()
1232 escape(getOptions().CreatedTimeStr, getOptions())); in renderTitle()