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

/external/clang/tools/libclang/
H A DCXComment.cpp40 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr);
/external/clang/lib/AST/
H A DASTContext.cpp439 comments::FullComment *ASTContext::getCommentForDecl( function in class:ASTContext
468 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP))
474 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP))
483 if (comments::FullComment *FC = getCommentForDecl(TD, PP))
489 if (comments::FullComment *FC = getCommentForDecl(IC, PP))
495 if (comments::FullComment *FC = getCommentForDecl(IC, PP))
512 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP))
526 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP))
539 return getCommentForDecl(OriginalDecl, PP);
/external/clang/include/clang/AST/
H A DASTContext.h617 comments::FullComment *getCommentForDecl(const Decl *D,
/external/clang/lib/Sema/
H A DSemaDecl.cpp9433 Context.getCommentForDecl(Group[i], &PP);

Completed in 386 milliseconds