Lines Matching defs:LCPath
716 auto &LCPath = SubTotals.Name;
720 SmallString<128> OSPath = LCPath;
729 auto IndexHtmlPath = Printer.getOutputPath((LCPath + "index").str(), "html",
734 auto NavLink = buildTitleLinks(LCPath);
786 std::string buildTitleLinks(StringRef LCPath) const {
788 // calculate the number of "../" relative to current LCPath.
801 RootPath = LCPath.substr(0, *Iter);
808 SmallString<128> SubPath = LCPath.substr(Last, *Iter - Last);
879 auto &LCPath = TotalsOrErr->Name;
888 getOutputPath((LCPath + "index").str(), "html", /*InToplevel=*/false);