reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/unittests/clang-doc/MDGeneratorTest.cpp
  240   Extended->Kind = "ParagraphComment";
  241   Extended->Children.emplace_back(std::make_unique<CommentInfo>());
  242   Extended->Children.back()->Kind = "TextComment";
  243   Extended->Children.back()->Text = " Extended description that";
  244   Extended->Children.emplace_back(std::make_unique<CommentInfo>());
  245   Extended->Children.back()->Kind = "TextComment";
  246   Extended->Children.back()->Text = " continues onto the next line.";