Home | History | Annotate | Download | only in Sema

Lines Matching defs:ArgTypes

1589       SmallVector<QualType, 4> ArgTypes;
1590 ArgTypes.push_back(Context.VoidPtrTy);
1592 ArgTypes.push_back(Proto->getArgType(I));
1598 = Context.getFunctionType(Context.VoidTy, ArgTypes, EPI);