Lines Matching defs:InfoPath
298 genStylesheetsHTML(StringRef InfoPath, const ClangDocContext &CDCtx) {
303 SmallString<128> StylesheetPath = computeRelativePath("", InfoPath);
315 genJsScriptsHTML(StringRef InfoPath, const ClangDocContext &CDCtx) {
319 SmallString<128> IndexJSONPath = computeRelativePath("", InfoPath);
327 SmallString<128> ScriptPath = computeRelativePath("", InfoPath);
521 genHTML(const Index &Index, StringRef InfoPath, bool IsOutermostList);
527 genFileHeadNodes(StringRef Title, StringRef InfoPath,
535 genStylesheetsHTML(InfoPath, CDCtx);
538 genJsScriptsHTML(InfoPath, CDCtx);
556 StringRef InfoPath,
563 LeftSidebarNode->Attributes.emplace_back("path", std::string(InfoPath));
578 genHTML(InfoIndex, InfoPath, true);
601 genInfoFile(StringRef Title, StringRef InfoPath,
607 genFileHeadNodes(Title, InfoPath, CDCtx);
610 genInfoFileMainNode(InfoPath, MainContentNodes, InfoIndex);
632 genHTML(const Index &Index, StringRef InfoPath, bool IsOutermostList) {
638 SpanBody->Children.emplace_back(genReference(Index, InfoPath));
641 genReference(Index, InfoPath, Index.JumpToSection->str()));
651 std::vector<std::unique_ptr<TagNode>> Nodes = genHTML(C, InfoPath, false);