Home
last modified time | relevance | path

Searched refs:genHTML (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-doc/
DHTMLGenerator.cpp340 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()
[all …]