Home | History | Annotate | Download | only in AST

Lines Matching defs:FC

403 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC,
409 ThisDeclInfo->CommentDecl = FC->getDecl();
411 new (*this) comments::FullComment(FC->getBlocks(),
435 comments::FullComment *FC = Pos->second;
436 comments::FullComment *CFC = cloneFullComment(FC, D);
451 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP))
452 return cloneFullComment(FC, D);
457 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP))
458 return cloneFullComment(FC, D);
466 if (comments::FullComment *FC = getCommentForDecl(TD, PP))
467 return cloneFullComment(FC, D);
472 if (comments::FullComment *FC = getCommentForDecl(IC, PP))
473 return cloneFullComment(FC, D);
478 if (comments::FullComment *FC = getCommentForDecl(IC, PP))
479 return cloneFullComment(FC, D);
496 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP))
497 return cloneFullComment(FC, D);
511 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP))
512 return cloneFullComment(FC, D);
526 comments::FullComment *FC = RC->parse(*this, PP, D);
527 ParsedComments[Canonical] = FC;
528 return FC;