Home | History | Annotate | Download | only in AST

Lines Matching refs:FC

548   FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo);
549 resolveParamCommandIndexes(FC);
562 return FC;
713 void Sema::resolveParamCommandIndexes(const FullComment *FC) {
730 for (Comment::child_iterator I = FC->child_begin(), E = FC->child_end();