Home
last modified time | relevance | path

Searched defs:node_ty (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Ddefault_numeric_fallback.rs215 let node_ty = cx.typeck_results().node_type_opt(hir_id)?; in fn_sig_opt() localVariable
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dmem_categorization.rs163 pub(crate) fn node_ty(&self, hir_id: hir::HirId) -> McResult<Ty<'tcx>> { in node_ty() method
/third_party/rust/rust/compiler/rustc_hir_typeck/src/fn_ctxt/
D_impl.rs453 pub fn node_ty(&self, id: hir::HirId) -> Ty<'tcx> { in node_ty() method