Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A 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
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1894 std::string DotCfgChangeReporter::genHTML(StringRef Text, StringRef DotFile, in genHTML() function in llvm::DotCfgChangeReporter