Home | History | Annotate | Download | only in AST

Lines Matching refs:FC

544   FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo);
545 resolveParamCommandIndexes(FC);
546 return FC;
698 void Sema::resolveParamCommandIndexes(const FullComment *FC) {
715 for (Comment::child_iterator I = FC->child_begin(), E = FC->child_end();