Home | History | Annotate | Download | only in Sema

Lines Matching defs:ParamTys

2898         SmallVector<QualType, 16> ParamTys;
2899 ParamTys.reserve(FTI.NumParams);
2967 ParamTys.push_back(ParamTy);
2999 T = Context.getFunctionType(T, ParamTys, EPI);