Home
last modified time | relevance | path

Searched refs:async_ret_type (Results 1 – 10 of 10) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/
H A Ddata.rs25 pub async_ret_type: Option<Interned<TypeRef>>, field
67 async_ret_type: func.async_ret_type.clone(), in fn_data_query()
H A Ditem_tree.rs610 pub async_ret_type: Option<Interned<TypeRef>>, field
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/
H A Ddata.rs25 pub async_ret_type: Option<Interned<TypeRef>>, field
80 async_ret_type: func.async_ret_type.clone(), in fn_data_query()
H A Ditem_tree.rs594 pub async_ret_type: Option<Interned<TypeRef>>, field
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/item_tree/
H A Dlower.rs296 let (ret_type, async_ret_type) = if func.async_token().is_some() { in lower_function()
297 let async_ret_type = ret_type.clone(); in lower_function() localVariable
300 (TypeRef::ImplTrait(vec![ty_bound]), Some(async_ret_type)) in lower_function()
336 async_ret_type: async_ret_type.map(Interned::new), in lower_function()
H A Dpretty.rs241 async_ret_type: _, in print_mod_item()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/item_tree/
H A Dlower.rs368 let (ret_type, async_ret_type) = if func.async_token().is_some() { in lower_function()
369 let async_ret_type = ret_type.clone(); in lower_function() localVariable
372 (TypeRef::ImplTrait(vec![ty_bound]), Some(async_ret_type)) in lower_function()
408 async_ret_type: async_ret_type.map(Interned::new), in lower_function()
H A Dpretty.rs241 async_ret_type: _, in print_mod_item()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_ty/src/
H A Dinfer.rs709 data.async_ret_type.as_deref().unwrap_or(error_ty) in collect_fn()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_ty/src/
H A Dinfer.rs710 data.async_ret_type.as_deref().unwrap_or(error_ty) in collect_fn()