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