Home | History | Annotate | Download | only in AST

Lines Matching refs:FullComment

388 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC,
395 comments::FullComment *CFC =
396 new (*this) comments::FullComment(FC->getBlocks(),
402 comments::FullComment *ASTContext::getCommentForDecl(
408 llvm::DenseMap<const Decl *, comments::FullComment *>::iterator Pos =
413 comments::FullComment *FC = Pos->second;
414 comments::FullComment *CFC = cloneFullComment(FC, D);
429 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP))
435 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP))
444 if (comments::FullComment *FC = getCommentForDecl(TD, PP))
457 comments::FullComment *FC = RC->parse(*this, PP, D);