Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
DHTMLGenerator.cpp509 auto MainContentNode = std::make_unique<TagNode>(HTMLTag::TAG_DIV); in genInfoFileMainNode() local
510 MainContentNode->Attributes.emplace_back("id", "main-content"); in genInfoFileMainNode()
511 MainContentNode->Attributes.emplace_back( in genInfoFileMainNode()
513 AppendVector(std::move(MainContentInnerNodes), MainContentNode->Children); in genInfoFileMainNode()
524 MainNode->Children.emplace_back(std::move(MainContentNode)); in genInfoFileMainNode()