Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentDumper.cpp90 OS << "(" << C->getCommentKindName() in dumpComment()
DComment.cpp21 const char *Comment::getCommentKindName() const { in getCommentKindName() function in clang::comments::Comment
/external/clang/include/clang/AST/
DComment.h170 const char *getCommentKindName() const;
/external/clang/unittests/AST/
DCommentParser.cpp112 << CommentChild->getCommentKindName(); in GetChildAt()