Searched defs:codegen_depth (Results 1 – 2 of 2) sorted by relevance
1789 let codegen_depth = item.codegen_depth(ctx); in codegen() localVariable2593 fn codegen_depth(&self) -> usize { in codegen_depth() method
495 pub fn codegen_depth(&self, ctx: &BindgenContext) -> usize { in codegen_depth() method