Home
last modified time | relevance | path

Searched refs:getCommentKindName (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DComment.cpp35 const char *Comment::getCommentKindName() const { in getCommentKindName() function in clang::comments::Comment
H A DJSONNodeDumper.cpp138 JOS.attribute("kind", C->getCommentKindName()); in Visit()
H A DTextNodeDumper.cpp80 OS << C->getCommentKindName(); in Visit()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTTraverserTest.cpp55 OS << C->getCommentKindName(); in Visit()
H A DCommentParser.cpp111 << CommentChild->getCommentKindName(); in GetChildAt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h213 const char *getCommentKindName() const;
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DSerialize.cpp89 CurrentCI.Kind = C->getCommentKindName(); in parseComment()