Function rustc_query_impl::make_query::hir_owner_nodes [−][src]
pub fn hir_owner_nodes<'tcx>(
tcx: QueryCtxt<'tcx>,
key: hir_owner_nodes<'tcx>
) -> QueryStackFrame
Expand description
Gives access to the HIR nodes and bodies inside the HIR owner key
.
This can be conveniently accessed by methods on tcx.hir()
.
Avoid calling this query directly.