Searched refs:getCommentForDecl (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CXComment.cpp | 40 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr); in clang_Cursor_getParsedComment()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 439 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl() function in ASTContext 468 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl() 474 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl() 483 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl() 489 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() 495 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() 512 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl() 526 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl() 539 return getCommentForDecl(OriginalDecl, PP); in getCommentForDecl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 633 comments::FullComment *getCommentForDecl(const Decl *D,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 9800 Context.getCommentForDecl(Group[i], &PP); in ActOnDocumentableDecls()
|