Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dattr.rs392 let mod_data = &def_map[module.local_id]; in attrs_query() localVariable
477 let mod_data = &def_map[module.local_id]; in source_map() localVariable
Dimport_map.rs190 let mod_data = if module.krate == krate { in collect_import_map() localVariable