Lines Matching defs:parameters
2606 // contain the template parameters. Try again stripping '<' and anything
2607 // after, filtering out entries with template parameters that don't match.
2682 /// Split a name up into a basename and template parameters.
2698 // We need to find any names in the context that have template parameters
2786 // contain the template parameters. Try again stripping '<' and anything
2787 // after, filtering out entries with template parameters that don't match.
2793 // all template parameters removed to allow the names and context to match.
2822 // parameters. If we create a new TypeQuery that uses the new type's
2825 // because all template parameters were stripped off. The fully
2826 // qualified name of the type will have the template parameters and
3827 // of the parameters and we need to include these so they show up in the
3830 // and merge with the concrete parameters.
3837 // Nothing to merge if the block does not have abstract parameters.
3855 // the remaining abstract parameters must have been omitted.
3882 // We inserted all the abstract parameters (or their concrete counterparts).
3885 // formal parameters. If that's the case, then just bailout from the merge -
3993 /// Collect call site parameters in a DW_TAG_call_site DIE.
3996 CallSiteParameterArray parameters;
4034 parameters.push_back(param);
4037 return parameters;
4155 // Extract call site parameters.
4156 CallSiteParameterArray parameters =
4167 tail_call, std::move(parameters));
4178 std::move(parameters));
4181 if (log && parameters.size()) {
4182 for (const CallSiteParameter ¶m : parameters) {