Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp22 const char *Comment::getCommentKindName() const { in getCommentKindName() function in clang::comments::Comment
DASTDumper.cpp2333 OS << C->getCommentKindName(); in dumpComment()
/external/clang/include/clang/AST/
DComment.h208 const char *getCommentKindName() const;
/external/clang/unittests/AST/
DCommentParser.cpp113 << CommentChild->getCommentKindName(); in GetChildAt()