Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DMergeTest.cpp216 auto ExpectedTextComment = std::make_unique<CommentInfo>(); in TEST() local
217 ExpectedTextComment->Kind = "TextComment"; in TEST()
218 ExpectedTextComment->Text = "This is a text comment."; in TEST()
219 ExpectedParagraphComment->Children.push_back(std::move(ExpectedTextComment)); in TEST()