Searched refs:getCommentForDecl (Results 1 – 4 of 4) sorted by relevance
531 comments::FullComment *getCommentForDecl(const Decl *D) const;
358 comments::FullComment *ASTContext::getCommentForDecl(const Decl *D) const { in getCommentForDecl() function in ASTContext376 return getCommentForDecl(OriginalDecl); in getCommentForDecl()
5807 const comments::FullComment *FC = Context.getCommentForDecl(D); in clang_Cursor_getParsedComment()
7248 Context.getCommentForDecl(Group[i]); in ActOnDocumentableDecls()