Home
last modified time | relevance | path

Searched refs:as_template_param (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Dtemplate.rs172 fn as_template_param( in as_template_param() method
184 self.as_template_param(ctx, extra).is_some() in is_template_param()
Dty.rs411 fn as_template_param( in as_template_param() method
416 self.kind.as_template_param(ctx, item) in as_template_param()
423 fn as_template_param( in as_template_param() method
430 TypeKind::ResolvedTypeRef(id) => id.as_template_param(ctx, &()), in as_template_param()
Ditem.rs165 fn as_template_param( in as_template_param() function
170 ctx.resolve_item((*self).into()).as_template_param(ctx, &()) in as_template_param()
177 fn as_template_param( in as_template_param() method
182 self.kind.as_template_param(ctx, self) in as_template_param()
189 fn as_template_param( in as_template_param() method
195 ItemKind::Type(ref ty) => ty.as_template_param(ctx, item), in as_template_param()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs930 .filter_map(|p| p.as_template_param(ctx, &())) in codegen()