Lines Matching refs:FullComment

525       comments::FullComment *FC = DocComment->parse(*this, PP, D);  in attachCommentsToJustParsedDecls()
531 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment()
540 comments::FullComment *CFC = in cloneFullComment()
541 new (*this) comments::FullComment(FC->getBlocks(), in cloneFullComment()
546 comments::FullComment *ASTContext::getLocalCommentForDeclUncached(const Decl *D) const { in getLocalCommentForDeclUncached()
551 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl()
559 llvm::DenseMap<const Decl *, comments::FullComment *>::iterator Pos = in getCommentForDecl()
564 comments::FullComment *FC = Pos->second; in getCommentForDecl()
565 comments::FullComment *CFC = cloneFullComment(FC, D); in getCommentForDecl()
580 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl()
586 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl()
595 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl()
601 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
607 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
624 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl()
638 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl()
653 comments::FullComment *FC = RC->parse(*this, PP, D); in getCommentForDecl()