Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DDefinitionBlockSeparatorTest.cpp179 TEST_F(DefinitionBlockSeparatorTest, CommentBlock) { in TEST_F() argument
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp628 auto CommentBlock = std::make_unique<TagNode>(HTMLTag::TAG_DIV); in genHTML() local
631 CommentBlock->Children.emplace_back(std::move(Node)); in genHTML()
633 return CommentBlock; in genHTML()