Searched refs:as_template_param (Results 1 – 4 of 4) sorted by relevance
172 fn as_template_param( in as_template_param() method184 self.as_template_param(ctx, extra).is_some() in is_template_param()
411 fn as_template_param( in as_template_param() method416 self.kind.as_template_param(ctx, item) in as_template_param()423 fn as_template_param( in as_template_param() method430 TypeKind::ResolvedTypeRef(id) => id.as_template_param(ctx, &()), in as_template_param()
165 fn as_template_param( in as_template_param() function170 ctx.resolve_item((*self).into()).as_template_param(ctx, &()) in as_template_param()177 fn as_template_param( in as_template_param() method182 self.kind.as_template_param(ctx, self) in as_template_param()189 fn as_template_param( in as_template_param() method195 ItemKind::Type(ref ty) => ty.as_template_param(ctx, item), in as_template_param()
930 .filter_map(|p| p.as_template_param(ctx, &())) in codegen()