Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXComment.cpp40 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr); in clang_Cursor_getParsedComment()
/external/clang/lib/AST/
DASTContext.cpp441 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl() function in ASTContext
470 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl()
476 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl()
485 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl()
491 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
497 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
514 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl()
528 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl()
541 return getCommentForDecl(OriginalDecl, PP); in getCommentForDecl()
/external/clang/include/clang/AST/
DASTContext.h716 comments::FullComment *getCommentForDecl(const Decl *D,
/external/clang/lib/Sema/
DSemaDecl.cpp10786 Context.getCommentForDecl(Group[i], &PP); in ActOnDocumentableDecls()