Lines Matching refs:FullComment
403 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment()
410 comments::FullComment *CFC = in cloneFullComment()
411 new (*this) comments::FullComment(FC->getBlocks(), in cloneFullComment()
417 comments::FullComment *ASTContext::getLocalCommentForDeclUncached(const Decl *D) const { in getLocalCommentForDeclUncached()
422 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl()
430 llvm::DenseMap<const Decl *, comments::FullComment *>::iterator Pos = in getCommentForDecl()
435 comments::FullComment *FC = Pos->second; in getCommentForDecl()
436 comments::FullComment *CFC = cloneFullComment(FC, D); in getCommentForDecl()
451 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl()
457 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl()
466 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl()
472 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
478 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl()
496 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl()
511 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl()
526 comments::FullComment *FC = RC->parse(*this, PP, D); in getCommentForDecl()