Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DMergeTest.cpp189 auto TwoTextComment = std::make_unique<CommentInfo>(); in TEST() local
190 TwoTextComment->Kind = "TextComment"; in TEST()
191 TwoTextComment->Text = "This is a text comment."; in TEST()
192 TwoParagraphComment->Children.push_back(std::move(TwoTextComment)); in TEST()