Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/unittests/clang-doc/
H A DMergeTest.cpp190 auto TwoParagraphComment = std::make_unique<CommentInfo>(); in TEST() local
191 TwoParagraphComment->Kind = "ParagraphComment"; in TEST()
195 TwoParagraphComment->Children.push_back(std::move(TwoTextComment)); in TEST()
196 TwoFullComment->Children.push_back(std::move(TwoParagraphComment)); in TEST()