Searched refs:ExpectedParagraphComment (Results 1 – 1 of 1) sorted by relevance
214 auto ExpectedParagraphComment = std::make_unique<CommentInfo>(); in TEST() local215 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()