Searched refs:codegen_depth (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/bindgen/src/codegen/ |
D | mod.rs | 70 for _ in 0..item.codegen_depth(ctx) { in top_level_path() 1150 codegen_depth: usize, in codegen() 1170 codegen_depth: usize, in codegen() 1187 codegen_depth, in codegen() 1201 codegen_depth, in codegen() 1222 codegen_depth: usize, in codegen() 1278 comment::preprocess(raw_comment, codegen_depth + 1); in codegen() 1438 codegen_depth: usize, in codegen() 1516 codegen_depth, in codegen() 1770 let codegen_depth = item.codegen_depth(ctx); in codegen() localVariable [all …]
|
/external/rust/crates/bindgen/src/ir/ |
D | item.rs | 486 pub fn codegen_depth(&self, ctx: &BindgenContext) -> usize { in codegen_depth() method 510 comment::preprocess(comment, self.codegen_depth(ctx)) in comment()
|