Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/check_cfc/
Dcheck_cfc.py378 current_module = sys.modules[__name__] variable
/external/clang/utils/check_cfc/
Dcheck_cfc.py375 current_module = sys.modules[__name__] variable
/external/rust/crates/bindgen/src/ir/
Ditem.rs1309 let current_module = ctx.current_module().into(); in parse() localVariable
1499 let current_module = ctx.current_module(); in from_ty_or_ref_with_id() localVariable
1607 let current_module = ctx.current_module().into(); in from_ty_with_id() localVariable
Dcontext.rs327 current_module: ModuleId, field
1454 pub fn current_module(&self) -> ModuleId { in current_module() method
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp3893 ModuleSP current_module; in DoExecute() local