Home
last modified time | relevance | path

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

/external/clang/utils/check_cfc/
Dcheck_cfc.py375 current_module = sys.modules[__name__] variable
/external/rust/crates/bindgen/ir/
Ditem.rs1353 let current_module = ctx.current_module().into(); in parse() localVariable
1549 let current_module = ctx.current_module(); in from_ty_or_ref_with_id() localVariable
1675 let current_module = ctx.current_module().into(); in from_ty_with_id() localVariable
Dcontext.rs329 current_module: ModuleId, field
1508 pub(crate) fn current_module(&self) -> ModuleId { in current_module() method
/external/flatbuffers/src/
Didl_gen_rust.cpp295 Module *current_module = this; in GenerateRustModuleRootFile() local