Searched refs:all_template_params (Results 1 – 4 of 4) sorted by relevance
132 fn all_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> in all_template_params() method158 .all_template_params(ctx) in used_template_params()
1854 for p in item.all_template_params(context) { in trace()
147 let all_template_params = item.all_template_params(ctx); in derives_of_item() localVariable153 !all_template_params.is_empty() in derives_of_item()654 if !item.all_template_params(ctx).is_empty() { in codegen()2113 let all_template_params = item.all_template_params(ctx); in codegen() localVariable2195 if all_template_params.is_empty() { in codegen()3833 let template_params = item.all_template_params(ctx); in try_to_rust_ty()4060 if !item.all_template_params(ctx).is_empty() { in codegen()
328 !item.all_template_params(self.ctx).is_empty()) in constrain_type()