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.cpp440 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl() function in ASTContext
469 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl()
475 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl()
484 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl()
490 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
496 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
513 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl()
527 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl()
540 return getCommentForDecl(OriginalDecl, PP); in getCommentForDecl()
/external/clang/include/clang/AST/
DASTContext.h706 comments::FullComment *getCommentForDecl(const Decl *D,
/external/clang/lib/Sema/
DSemaDecl.cpp10377 Context.getCommentForDecl(Group[i], &PP); in ActOnDocumentableDecls()