Searched defs:check_mod (Results 1 – 3 of 3) sorted by relevance
44 fn check_mod(&mut self, cx: &LateContext<'_>, _: &Mod<'_>, _: HirId) { in check_mod() method
124 fn check_mod(&mut self, items: &[P<Item>]) { in check_mod() method
329 fn check_mod(&mut self, cx: &LateContext<'_>, _: &'tcx hir::Mod<'tcx>, id: hir::HirId) { in check_mod() method