Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DMergeTest.cpp214 auto ExpectedParagraphComment = std::make_unique<CommentInfo>(); in TEST() local
215 ExpectedParagraphComment->Kind = "ParagraphComment"; in TEST()
219 ExpectedParagraphComment->Children.push_back(std::move(ExpectedTextComment)); in TEST()
220 ExpectedFullComment->Children.push_back(std::move(ExpectedParagraphComment)); in TEST()