Home
last modified time | relevance | path

Searched defs:current_module (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Ditem.rs1349 let current_module = ctx.current_module().into(); in parse() localVariable
1538 let current_module = ctx.current_module(); in from_ty_or_ref_with_id() localVariable
1659 let current_module = ctx.current_module().into(); in from_ty_with_id() localVariable
Dcontext.rs327 current_module: ModuleId, field
1477 pub fn current_module(&self) -> ModuleId { in current_module() method