Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgTypes

1745       SmallVector<QualType, 4> ArgTypes;
1746 ArgTypes.push_back(Context.VoidPtrTy);
1748 ArgTypes.push_back(Proto->getParamType(I));
1754 = Context.getFunctionType(Context.VoidTy, ArgTypes, EPI);