Lines Matching defs:Link
69 // Create an anchor to \p Link with the label \p Str.
70 std::string a(StringRef Link, StringRef Str, StringRef TargetName = "") {
79 Tag += Link;
447 // Link to a stylesheet if one is available. Otherwise, use the default style.
454 // Link to a JavaScript if one is available
687 std::string Link = buildLinkToFile(SourceFiles[I], FileReports[I]);
688 OSRef << tag("tr", tag("td", tag("pre", Link)), "light-row") << '\n';
766 auto Link = buildRelLinkToFile(FCS->Name);
767 OSRef << tag("tr", tag("td", tag("pre", Link)), "light-row") << '\n';
821 SmallString<128> Link;
823 Link += "../";
824 Link += "index.html";
825 S += a(Link, Name);