Searched refs:OneParagraphComment (Results 1 – 1 of 1) sorted by relevance
167 auto OneParagraphComment = std::make_unique<CommentInfo>(); in TEST() local168 OneParagraphComment->Kind = "ParagraphComment"; in TEST()172 OneParagraphComment->Children.push_back(std::move(OneTextComment)); in TEST()173 OneFullComment->Children.push_back(std::move(OneParagraphComment)); in TEST()