Lines Matching refs:Parameters
712 // Names of template type parameters are never significant.
1303 // Check template parameters.
2823 // Import the function parameters.
2824 SmallVector<ParmVarDecl *, 8> Parameters;
2830 Parameters.push_back(ToP);
2890 // Set the parameters.
2891 for (unsigned I = 0, N = Parameters.size(); I != N; ++I) {
2892 Parameters[I]->setOwningFunction(ToFunction);
2893 ToFunction->addDeclInternal(Parameters[I]);
2895 ToFunction->setParams(Parameters);
3264 // Parameters are created in the translation unit's context, then moved
3290 // Parameters are created in the translation unit's context, then moved
3352 // Check the number of parameters.
3380 // Check the number of parameters.
3409 // deal with implicit parameters.
3411 // Import the parameters
3421 // Set the parameters.
4162 // Import template parameters.