Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp490 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl() function in ASTContext
519 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl()
525 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl()
534 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl()
540 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
546 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
563 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl()
577 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl()
590 return getCommentForDecl(OriginalDecl, PP); in getCommentForDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h823 comments::FullComment *getCommentForDecl(const Decl *D,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp12339 Context.getCommentForDecl(Group[i], &PP); in ActOnDocumentableDecls()