Home
last modified time | relevance | path

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

/external/clang/utils/check_cfc/
Dcheck_cfc.py375 current_module = sys.modules[__name__] variable
/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
/external/pytorch/torch/fx/experimental/
Dsym_node.py821 current_module = sys.modules[__name__] variable
/external/flatbuffers/src/
Didl_gen_rust.cpp297 Module *current_module = this; in GenerateRustModuleRootFile() local