Home | History | Annotate | Download | only in AST

Lines Matching defs:FC

554   FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo);
555 resolveParamCommandIndexes(FC);
556 return FC;
702 void Sema::resolveParamCommandIndexes(const FullComment *FC) {
719 for (Comment::child_iterator I = FC->child_begin(), E = FC->child_end();