Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DMergeTest.cpp169 auto OneTextComment = std::make_unique<CommentInfo>(); in TEST() local
170 OneTextComment->Kind = "TextComment"; in TEST()
171 OneTextComment->Text = "This is a text comment."; in TEST()
172 OneParagraphComment->Children.push_back(std::move(OneTextComment)); in TEST()