Home
last modified time | relevance | path

Searched refs:getCommentForDecl (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp36 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr); in clang_Cursor_getParsedComment()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp551 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl() function in ASTContext
580 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl()
586 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl()
595 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl()
601 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
607 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
624 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl()
638 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl()
651 return getCommentForDecl(OriginalDecl, PP); in getCommentForDecl()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h819 comments::FullComment *getCommentForDecl(const Decl *D,