Lines Matching refs:genHTML
340 genHTML(const EnumInfo &I, const ClangDocContext &CDCtx);
342 genHTML(const FunctionInfo &I, const ClangDocContext &CDCtx,
357 std::vector<std::unique_ptr<TagNode>> Nodes = genHTML(E, CDCtx); in genEnumsBlock()
387 genHTML(F, CDCtx, ParentInfoDir); in genFunctionsBlock()
463 genHTML(const Index &Index, StringRef InfoPath, bool IsOutermostList);
520 genHTML(InfoIndex, InfoPath, true); in genInfoFileMainNode()
574 genHTML(const Index &Index, StringRef InfoPath, bool IsOutermostList) { in genHTML() function
593 std::vector<std::unique_ptr<TagNode>> Nodes = genHTML(C, InfoPath, false); in genHTML()
600 static std::unique_ptr<HTMLNode> genHTML(const CommentInfo &I) { in genHTML() function
604 std::unique_ptr<HTMLNode> Node = genHTML(*Child); in genHTML()
612 std::unique_ptr<HTMLNode> Node = genHTML(*Child); in genHTML()
627 static std::unique_ptr<TagNode> genHTML(const std::vector<CommentInfo> &C) { in genHTML() function
630 if (std::unique_ptr<HTMLNode> Node = genHTML(Child)) in genHTML()
637 genHTML(const EnumInfo &I, const ClangDocContext &CDCtx) { in genHTML() function
664 Out.emplace_back(genHTML(I.Description)); in genHTML()
670 genHTML(const FunctionInfo &I, const ClangDocContext &CDCtx, in genHTML() function
713 Out.emplace_back(genHTML(I.Description)); in genHTML()
719 genHTML(const NamespaceInfo &I, Index &InfoIndex, const ClangDocContext &CDCtx, in genHTML() function
731 Out.emplace_back(genHTML(I.Description)); in genHTML()
763 genHTML(const RecordInfo &I, Index &InfoIndex, const ClangDocContext &CDCtx, in genHTML() function
779 Out.emplace_back(genHTML(I.Description)); in genHTML()
846 MainContentNodes = genHTML(*static_cast<clang::doc::NamespaceInfo *>(I), in generateDocForInfo()
850 MainContentNodes = genHTML(*static_cast<clang::doc::RecordInfo *>(I), in generateDocForInfo()
854 MainContentNodes = genHTML(*static_cast<clang::doc::EnumInfo *>(I), CDCtx); in generateDocForInfo()
858 genHTML(*static_cast<clang::doc::FunctionInfo *>(I), CDCtx, ""); in generateDocForInfo()