Lines Matching defs:LCPath
711 auto &LCPath = SubTotals.Name;
715 SmallString<128> OSPath = LCPath;
724 auto IndexHtmlPath = Printer.getOutputPath((LCPath + "index").str(), "html",
729 auto NavLink = buildTitleLinks(LCPath);
781 std::string buildTitleLinks(StringRef LCPath) const {
783 // calculate the number of "../" relative to current LCPath.
796 RootPath = LCPath.substr(0, *Iter);
803 SmallString<128> SubPath = LCPath.substr(Last, *Iter - Last);
874 auto &LCPath = TotalsOrErr->Name;
883 getOutputPath((LCPath + "index").str(), "html", /*InToplevel=*/false);