Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDComment.cpp35 const char *Comment::getCommentKindName() const { in getCommentKindName() function in clang::comments::Comment
HDTextNodeDumper.cpp67 OS << C->getCommentKindName(); in Visit()
HDJSONNodeDumper.cpp133 JOS.attribute("kind", C->getCommentKindName()); in Visit()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDComment.h208 const char *getCommentKindName() const;