Searched refs:getCommentForDecl (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXComment.cpp | 36 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr); in clang_Cursor_getParsedComment()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 559 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl() function in ASTContext 588 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl() 594 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl() 603 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl() 609 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() 615 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() 632 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl() 646 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl() 659 return getCommentForDecl(OriginalDecl, PP); in getCommentForDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTContext.h | 870 comments::FullComment *getCommentForDecl(const Decl *D,
|