Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
DHTMLGenerator.cpp574 genHTML(const Index &Index, StringRef InfoPath, bool IsOutermostList) { in genHTML() function
600 static std::unique_ptr<HTMLNode> genHTML(const CommentInfo &I) { in genHTML() function
627 static std::unique_ptr<TagNode> genHTML(const std::vector<CommentInfo> &C) { in genHTML() function
637 genHTML(const EnumInfo &I, const ClangDocContext &CDCtx) { in genHTML() function
670 genHTML(const FunctionInfo &I, const ClangDocContext &CDCtx, in genHTML() function
719 genHTML(const NamespaceInfo &I, Index &InfoIndex, const ClangDocContext &CDCtx, in genHTML() function
763 genHTML(const RecordInfo &I, Index &InfoIndex, const ClangDocContext &CDCtx, in genHTML() function