Home | History | Annotate | Download | only in AST

Lines Matching refs:FC

388 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC,
394 ThisDeclInfo->CommentDecl = FC->getDecl();
396 new (*this) comments::FullComment(FC->getBlocks(),
413 comments::FullComment *FC = Pos->second;
414 comments::FullComment *CFC = cloneFullComment(FC, D);
429 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP))
430 return cloneFullComment(FC, D);
435 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP))
436 return cloneFullComment(FC, D);
444 if (comments::FullComment *FC = getCommentForDecl(TD, PP))
445 return cloneFullComment(FC, D);
457 comments::FullComment *FC = RC->parse(*this, PP, D);
458 ParsedComments[Canonical] = FC;
459 return FC;