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

References

tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
  280     return decodeRecord(R, I->Kind, Blob);
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  434            {I.Kind, COMMENT_KIND},
tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  601   if (I.Kind == "FullComment") {
  609   } else if (I.Kind == "ParagraphComment") {
  619   } else if (I.Kind == "TextComment") {
tools/clang/tools/extra/clang-doc/MDGenerator.cpp
   60   if (I.Kind == "FullComment") {
   63   } else if (I.Kind == "ParagraphComment") {
   67   } else if (I.Kind == "BlockCommandComment") {
   71   } else if (I.Kind == "InlineCommandComment") {
   73   } else if (I.Kind == "ParamCommandComment") {
   76   } else if (I.Kind == "TParamCommandComment") {
   79   } else if (I.Kind == "VerbatimBlockComment") {
   82   } else if (I.Kind == "VerbatimBlockLineComment") {
   85   } else if (I.Kind == "VerbatimLineComment") {
   88   } else if (I.Kind == "HTMLStartTagComment") {
   98   } else if (I.Kind == "HTMLEndTagComment") {
  100   } else if (I.Kind == "TextComment") {
  103     OS << "Unknown comment kind: " << I.Kind << ".\n\n";
tools/clang/tools/extra/clang-doc/Representation.h
   50   CommentInfo &operator=(CommentInfo &&Other) = default;
   53     auto FirstCI = std::tie(Kind, Text, Name, Direction, ParamName, CloseName,
   56         std::tie(Other.Kind, Other.Text, Other.Name, Other.Direction,
   72     auto FirstCI = std::tie(Kind, Text, Name, Direction, ParamName, CloseName,
   75         std::tie(Other.Kind, Other.Text, Other.Name, Other.Direction,
tools/clang/tools/extra/clang-doc/Serialize.cpp
   89   CurrentCI.Kind = C->getCommentKindName();
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
  142   IO.mapOptional("Kind", I.Kind, SmallString<16>());
tools/clang/tools/extra/unittests/clang-doc/BitcodeTest.cpp
  170   Top.Kind = "FullComment";
  174   BlankLine->Kind = "ParagraphComment";
  176   BlankLine->Children.back()->Kind = "TextComment";
  180   Brief->Kind = "ParagraphComment";
  182   Brief->Children.back()->Kind = "TextComment";
  188   Extended->Kind = "ParagraphComment";
  190   Extended->Children.back()->Kind = "TextComment";
  193   Extended->Children.back()->Kind = "TextComment";
  198   HTML->Kind = "ParagraphComment";
  200   HTML->Children.back()->Kind = "TextComment";
  202   HTML->Children.back()->Kind = "HTMLStartTagComment";
  207   HTML->Children.back()->Kind = "HTMLStartTagComment";
  210   HTML->Children.back()->Kind = "TextComment";
  213   HTML->Children.back()->Kind = "HTMLEndTagComment";
  219   Verbatim->Kind = "VerbatimBlockComment";
  223   Verbatim->Children.back()->Kind = "VerbatimBlockLineComment";
  228   ParamOut->Kind = "ParamCommandComment";
  233   ParamOut->Children.back()->Kind = "ParagraphComment";
  236   ParamOut->Children.back()->Children.back()->Kind = "TextComment";
  239   ParamOut->Children.back()->Children.back()->Kind = "TextComment";
  244   ParamIn->Kind = "ParamCommandComment";
  248   ParamIn->Children.back()->Kind = "ParagraphComment";
  251   ParamIn->Children.back()->Children.back()->Kind = "TextComment";
  255   ParamIn->Children.back()->Children.back()->Kind = "TextComment";
  259   Return->Kind = "BlockCommandComment";
  263   Return->Children.back()->Kind = "ParagraphComment";
  266   Return->Children.back()->Children.back()->Kind = "TextComment";
tools/clang/tools/extra/unittests/clang-doc/ClangDocTest.cpp
   38   EXPECT_EQ(Expected.Kind, Actual.Kind);
   38   EXPECT_EQ(Expected.Kind, Actual.Kind);
tools/clang/tools/extra/unittests/clang-doc/HTMLGeneratorTest.cpp
  379   Top.Kind = "FullComment";
  383   BlankLine->Kind = "ParagraphComment";
  385   BlankLine->Children.back()->Kind = "TextComment";
  389   Brief->Kind = "ParagraphComment";
  391   Brief->Children.back()->Kind = "TextComment";
  397   Extended->Kind = "ParagraphComment";
  399   Extended->Children.back()->Kind = "TextComment";
  402   Extended->Children.back()->Kind = "TextComment";
  407   Entities->Kind = "ParagraphComment";
  409   Entities->Children.back()->Kind = "TextComment";
tools/clang/tools/extra/unittests/clang-doc/MDGeneratorTest.cpp
  222   Top.Kind = "FullComment";
  226   BlankLine->Kind = "ParagraphComment";
  228   BlankLine->Children.back()->Kind = "TextComment";
  232   Brief->Kind = "ParagraphComment";
  234   Brief->Children.back()->Kind = "TextComment";
  240   Extended->Kind = "ParagraphComment";
  242   Extended->Children.back()->Kind = "TextComment";
  245   Extended->Children.back()->Kind = "TextComment";
  250   HTML->Kind = "ParagraphComment";
  252   HTML->Children.back()->Kind = "TextComment";
  254   HTML->Children.back()->Kind = "HTMLStartTagComment";
  259   HTML->Children.back()->Kind = "HTMLStartTagComment";
  262   HTML->Children.back()->Kind = "TextComment";
  265   HTML->Children.back()->Kind = "HTMLEndTagComment";
  271   Verbatim->Kind = "VerbatimBlockComment";
  275   Verbatim->Children.back()->Kind = "VerbatimBlockLineComment";
  280   ParamOut->Kind = "ParamCommandComment";
  285   ParamOut->Children.back()->Kind = "ParagraphComment";
  288   ParamOut->Children.back()->Children.back()->Kind = "TextComment";
  291   ParamOut->Children.back()->Children.back()->Kind = "TextComment";
  296   ParamIn->Kind = "ParamCommandComment";
  300   ParamIn->Children.back()->Kind = "ParagraphComment";
  303   ParamIn->Children.back()->Children.back()->Kind = "TextComment";
  307   ParamIn->Children.back()->Children.back()->Kind = "TextComment";
  311   Return->Kind = "BlockCommandComment";
  315   Return->Children.back()->Kind = "ParagraphComment";
  318   Return->Children.back()->Children.back()->Kind = "TextComment";
tools/clang/tools/extra/unittests/clang-doc/MergeTest.cpp
  166   OneFullComment->Kind = "FullComment";
  168   OneParagraphComment->Kind = "ParagraphComment";
  170   OneTextComment->Kind = "TextComment";
  186   TwoFullComment->Kind = "FullComment";
  188   TwoParagraphComment->Kind = "ParagraphComment";
  190   TwoTextComment->Kind = "TextComment";
  213   ExpectedFullComment->Kind = "FullComment";
  215   ExpectedParagraphComment->Kind = "ParagraphComment";
  217   ExpectedTextComment->Kind = "TextComment";
tools/clang/tools/extra/unittests/clang-doc/YAMLGeneratorTest.cpp
  276   Top.Kind = "FullComment";
  280   BlankLine->Kind = "ParagraphComment";
  282   BlankLine->Children.back()->Kind = "TextComment";
  286   Brief->Kind = "ParagraphComment";
  288   Brief->Children.back()->Kind = "TextComment";
  294   Extended->Kind = "ParagraphComment";
  296   Extended->Children.back()->Kind = "TextComment";
  299   Extended->Children.back()->Kind = "TextComment";
  304   HTML->Kind = "ParagraphComment";
  306   HTML->Children.back()->Kind = "TextComment";
  308   HTML->Children.back()->Kind = "HTMLStartTagComment";
  313   HTML->Children.back()->Kind = "HTMLStartTagComment";
  316   HTML->Children.back()->Kind = "TextComment";
  319   HTML->Children.back()->Kind = "HTMLEndTagComment";
  325   Verbatim->Kind = "VerbatimBlockComment";
  329   Verbatim->Children.back()->Kind = "VerbatimBlockLineComment";
  334   ParamOut->Kind = "ParamCommandComment";
  339   ParamOut->Children.back()->Kind = "ParagraphComment";
  342   ParamOut->Children.back()->Children.back()->Kind = "TextComment";
  345   ParamOut->Children.back()->Children.back()->Kind = "TextComment";
  350   ParamIn->Kind = "ParamCommandComment";
  354   ParamIn->Children.back()->Kind = "ParagraphComment";
  357   ParamIn->Children.back()->Children.back()->Kind = "TextComment";
  361   ParamIn->Children.back()->Children.back()->Kind = "TextComment";
  365   Return->Kind = "BlockCommandComment";
  369   Return->Children.back()->Kind = "ParagraphComment";
  372   Return->Children.back()->Children.back()->Kind = "TextComment";