Lines Matching refs:FullComment
421 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment()
430 comments::FullComment *CFC = in cloneFullComment()
431 new (*this) comments::FullComment(FC->getBlocks(), in cloneFullComment()
436 comments::FullComment *ASTContext::getLocalCommentForDeclUncached(const Decl *D) const { in getLocalCommentForDeclUncached()
441 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl()
449 llvm::DenseMap<const Decl *, comments::FullComment *>::iterator Pos = in getCommentForDecl()
454 comments::FullComment *FC = Pos->second; in getCommentForDecl()
455 comments::FullComment *CFC = cloneFullComment(FC, D); in getCommentForDecl()
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()
543 comments::FullComment *FC = RC->parse(*this, PP, D); in getCommentForDecl()