reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
207 const char *getCommentKindName() const;
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();