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

References

tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
  282     return decodeRecord(R, I->Text, Blob);
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  435            {I.Text, COMMENT_TEXT},
tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  620     if (I.Text == "")
  622     return std::make_unique<TextNode>(I.Text);
tools/clang/tools/extra/clang-doc/MDGenerator.cpp
   72     OS << genEmphasis(I.Name) << " " << I.Text;
   75     OS << genEmphasis(I.ParamName) << I.Text << Direction << "\n\n";
   78     OS << genEmphasis(I.ParamName) << I.Text << Direction << "\n\n";
   83     OS << I.Text;
   86     OS << I.Text;
  101     OS << I.Text;
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
  101     CurrentCI.Text = C->getText();
  159     CurrentCI.Text = C->getText();
  165     CurrentCI.Text = C->getText();
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
  143   IO.mapOptional("Text", I.Text, SmallString<64>());
tools/clang/tools/extra/unittests/clang-doc/BitcodeTest.cpp
  184   Brief->Children.back()->Text = " Brief description.";
  191   Extended->Children.back()->Text = " Extended description that";
  194   Extended->Children.back()->Text = " continues onto the next line.";
  211   HTML->Children.back()->Text = " Testing.";
  224   Verbatim->Children.back()->Text = " The description continues.";
  240   ParamOut->Children.back()->Children.back()->Text = " is a parameter.";
  252   ParamIn->Children.back()->Children.back()->Text = " is a parameter.";
  267   Return->Children.back()->Children.back()->Text = "void";
tools/clang/tools/extra/unittests/clang-doc/ClangDocTest.cpp
   39   EXPECT_EQ(Expected.Text, Actual.Text);
   39   EXPECT_EQ(Expected.Text, Actual.Text);
tools/clang/tools/extra/unittests/clang-doc/HTMLGeneratorTest.cpp
  393   Brief->Children.back()->Text = " Brief description.";
  400   Extended->Children.back()->Text = " Extended description that";
  403   Extended->Children.back()->Text = " continues onto the next line.";
  411   Entities->Children.back()->Text =
tools/clang/tools/extra/unittests/clang-doc/MDGeneratorTest.cpp
  236   Brief->Children.back()->Text = " Brief description.";
  243   Extended->Children.back()->Text = " Extended description that";
  246   Extended->Children.back()->Text = " continues onto the next line.";
  263   HTML->Children.back()->Text = " Testing.";
  276   Verbatim->Children.back()->Text = " The description continues.";
  292   ParamOut->Children.back()->Children.back()->Text = " is a parameter.";
  304   ParamIn->Children.back()->Children.back()->Text = " is a parameter.";
  319   Return->Children.back()->Children.back()->Text = "void";
tools/clang/tools/extra/unittests/clang-doc/MergeTest.cpp
  171   OneTextComment->Text = "This is a text comment.";
  191   TwoTextComment->Text = "This is a text comment.";
  218   ExpectedTextComment->Text = "This is a text comment.";
tools/clang/tools/extra/unittests/clang-doc/YAMLGeneratorTest.cpp
  290   Brief->Children.back()->Text = " Brief description.";
  297   Extended->Children.back()->Text = " Extended description that";
  300   Extended->Children.back()->Text = " continues onto the next line.";
  317   HTML->Children.back()->Text = " Testing.";
  330   Verbatim->Children.back()->Text = " The description continues.";
  346   ParamOut->Children.back()->Children.back()->Text = " is a parameter.";
  358   ParamIn->Children.back()->Children.back()->Text = " is a parameter.";
  373   Return->Children.back()->Children.back()->Text = "void";