Lines Matching refs:num_params
1743 uint32_t num_params) { in check_op_param() argument
1750 ++num_params; in check_op_param()
1751 if (num_params == 1) in check_op_param()
1753 if (num_params == 2) in check_op_param()
1761 uint32_t num_params) { in CheckOverloadedOperatorKindParameterCount() argument
1775 return check_op_param(is_method, op_kind, Unary, Binary, num_params); in CheckOverloadedOperatorKindParameterCount()
2138 const unsigned int num_params = function_type->getNumParams(); in GetDeclarationName() local
2140 is_method, op_kind, num_params)) in GetDeclarationName()
2232 unsigned num_params) { in SetFunctionParameters() argument
2234 function_decl->setParams(ArrayRef<ParmVarDecl *>(params, num_params)); in SetFunctionParameters()
8170 unsigned int num_params = method_function_prototype->getNumParams(); in AddMethodToCXXRecordType() local
8210 is_method, op_kind, num_params)) in AddMethodToCXXRecordType()
8220 } else if (num_params == 0) { in AddMethodToCXXRecordType()
8264 for (unsigned param_index = 0; param_index < num_params; ++param_index) { in AddMethodToCXXRecordType()