Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NumParams

3849     unsigned NumParams = Record[Idx++];
3851 for (unsigned I = 0; I != NumParams; ++I)
3870 return Context.getFunctionType(ResultType, ParamTypes.data(), NumParams,
5919 unsigned NumParams = Record[Idx++];
5921 Params.reserve(NumParams);
5922 while (NumParams--)