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;
452 // Link to a stylesheet if one is available. Otherwise, use the default style.
459 // Link to a JavaScript if one is available
692 std::string Link = buildLinkToFile(SourceFiles[I], FileReports[I]);
693 OSRef << tag("tr", tag("td", tag("pre", Link)), "light-row") << '\n';
771 auto Link = buildRelLinkToFile(FCS->Name);
772 OSRef << tag("tr", tag("td", tag("pre", Link)), "light-row") << '\n';
826 SmallString<128> Link;
828 Link += "../";
829 Link += "index.html";
830 S += a(Link, Name);