Home
last modified time | relevance | path

Searched refs:find_parent_node (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/passes/
H A Dcheck_doc_test_visibility.rs83 if let Some(parent_hir_id) = cx.tcx.hir().find_parent_node(hir_id) { in should_have_doc_example()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/hir/map/
H A Dmod.rs312 pub fn find_parent_node(&self, id: HirId) -> Option<HirId> { in find_parent_node() method
324 self.find_parent_node(hir_id).unwrap() in get_parent_node()