Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp84 struct TagNode : public HTMLNode { struct
86 TagNode(HTMLTag Tag, const Twine &Text) : TagNode(Tag) { in TagNode() argument
270 static std::vector<std::unique_ptr<TagNode>>
272 std::vector<std::unique_ptr<TagNode>> Out; in genStylesheetsHTML()
287 static std::vector<std::unique_ptr<TagNode>>
289 std::vector<std::unique_ptr<TagNode>> Out; in genJsScriptsHTML()
339 static std::vector<std::unique_ptr<TagNode>>
363 static std::unique_ptr<TagNode>
436 static std::unique_ptr<TagNode>
440 return std::make_unique<TagNode>( in writeFileDefinition()
[all …]