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

Declarations

tools/clang/include/clang/AST/Comment.h
  207   const char *getCommentKindName() const;

References

tools/clang/lib/AST/JSONNodeDumper.cpp
  133   JOS.attribute("kind", C->getCommentKindName());
tools/clang/lib/AST/TextNodeDumper.cpp
   67     OS << C->getCommentKindName();
tools/clang/tools/extra/clang-doc/Serialize.cpp
   89   CurrentCI.Kind = C->getCommentKindName();
tools/clang/unittests/AST/ASTTraverserTest.cpp
   41     OS << C->getCommentKindName();
tools/clang/unittests/AST/CommentParser.cpp
  111         << CommentChild->getCommentKindName();