Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp577 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl() function in ASTContext
606 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl()
612 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl()
621 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl()
627 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
633 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
650 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl()
664 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl()
677 return getCommentForDecl(OriginalDecl, PP); in getCommentForDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h876 comments::FullComment *getCommentForDecl(const Decl *D,