Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp340 genHTML(const EnumInfo &I, const ClangDocContext &CDCtx);
387 genHTML(F, CDCtx, ParentInfoDir); in genFunctionsBlock()
520 genHTML(InfoIndex, InfoPath, true); in genInfoFileMainNode()
604 std::unique_ptr<HTMLNode> Node = genHTML(*Child); in genHTML()
612 std::unique_ptr<HTMLNode> Node = genHTML(*Child); in genHTML()
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()
713 Out.emplace_back(genHTML(I.Description)); in genHTML()
731 Out.emplace_back(genHTML(I.Description)); in genHTML()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h471 static std::string genHTML(StringRef Text, StringRef DotFile,
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1888 *HTML << genHTML(Text, DotFile, PDFFileName); in handleFunctionCompare()
1894 std::string DotCfgChangeReporter::genHTML(StringRef Text, StringRef DotFile, in genHTML() function in llvm::DotCfgChangeReporter