Lines Matching refs:FullComment
533 comments::FullComment *FC = DocComment->parse(*this, PP, D); in attachCommentsToJustParsedDecls()
539 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment()
548 comments::FullComment *CFC = in cloneFullComment()
549 new (*this) comments::FullComment(FC->getBlocks(), in cloneFullComment()
554 comments::FullComment *ASTContext::getLocalCommentForDeclUncached(const Decl *D) const { in getLocalCommentForDeclUncached()
559 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl()
567 llvm::DenseMap<const Decl *, comments::FullComment *>::iterator Pos = in getCommentForDecl()
572 comments::FullComment *FC = Pos->second; in getCommentForDecl()
573 comments::FullComment *CFC = cloneFullComment(FC, D); in getCommentForDecl()
588 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl()
594 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl()
603 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl()
609 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
615 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
632 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl()
646 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl()
661 comments::FullComment *FC = RC->parse(*this, PP, D); in getCommentForDecl()