Home | History | Annotate | Download | only in Sema

Lines Matching refs:ParamTypes

1453 /// \param ParamTypes The parameter types of the function. This array
1457 /// \param NumParamTypes The number of parameter types in ParamTypes.
1475 QualType *ParamTypes,
1498 QualType ParamType = Context.getAdjustedParameterType(ParamTypes[Idx]);
1509 ParamTypes[Idx] = ParamType;
1522 return Context.getFunctionType(T, ParamTypes, NumParamTypes, EPI);