Searched defs:node_ty (Results 1 – 3 of 3) sorted by relevance
215 let node_ty = cx.typeck_results().node_type_opt(hir_id)?; in fn_sig_opt() localVariable
163 pub(crate) fn node_ty(&self, hir_id: hir::HirId) -> McResult<Ty<'tcx>> { in node_ty() method
453 pub fn node_ty(&self, id: hir::HirId) -> Ty<'tcx> { in node_ty() method