Searched defs:genHTML (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | HTMLGenerator.cpp | 585 genHTML(const Index &Index, StringRef InfoPath, bool IsOutermostList) { genHTML() function 611 static std::unique_ptr<HTMLNode> genHTML(const CommentInfo &I) { genHTML() function 642 static std::unique_ptr<TagNode> genHTML(const std::vector<CommentInfo> &C) { genHTML() function 652 genHTML(const EnumInfo &I, const ClangDocContext &CDCtx) { genHTML() function 681 genHTML(const FunctionInfo &I, const ClangDocContext &CDCtx, genHTML() function 730 genHTML(const NamespaceInfo &I, Index &InfoIndex, const ClangDocContext &CDCtx, genHTML() function 775 genHTML(const RecordInfo &I, Index &InfoIndex, const ClangDocContext &CDCtx, genHTML() function 841 genHTML(const TypedefInfo &I, const ClangDocContext &CDCtx, genHTML() function [all...] |
/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 2259 std::string DotCfgChangeReporter::genHTML(StringRef Text, StringRef DotFile, genHTML() function in llvm::DotCfgChangeReporter
|