Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Ditem.rs1356 let current_module = ctx.current_module().into(); in parse() localVariable
1553 let current_module = ctx.current_module(); in from_ty_or_ref_with_id() localVariable
1679 let current_module = ctx.current_module().into(); in from_ty_with_id() localVariable
Dcontext.rs329 current_module: ModuleId, field
1517 pub(crate) fn current_module(&self) -> ModuleId { in current_module() method
/aosp_15_r20/external/clang/utils/check_cfc/
H A Dcheck_cfc.py375 current_module = sys.modules[__name__] variable
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py821 current_module = sys.modules[__name__] variable
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_rust.cpp295 Module *current_module = this; in GenerateRustModuleRootFile() local