Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXComment.cpp36 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr); in clang_Cursor_getParsedComment()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp557 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl() function in ASTContext
586 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl()
592 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl()
601 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl()
607 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
613 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
630 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl()
644 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl()
657 return getCommentForDecl(OriginalDecl, PP); in getCommentForDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h899 comments::FullComment *getCommentForDecl(const Decl *D,