Home
last modified time | relevance | path

Searched defs:IsAsync (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dredundant_closure_call.rs88 ) -> Option<(&'tcx hir::Expr<'tcx>, &'tcx hir::FnDecl<'tcx>, hir::IsAsync)> { in find_innermost_closure()
/third_party/rust/rust/compiler/rustc_ty_utils/src/
Dty.rs386 fn asyncness(tcx: TyCtxt<'_>, def_id: LocalDefId) -> hir::IsAsync { in asyncness()
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Ditem.rs1268 fn lower_asyncness(&mut self, a: Async) -> hir::IsAsync { in lower_asyncness()
/third_party/rust/rust/src/librustdoc/html/
Dformat.rs1569 impl PrintWithSpace for hir::IsAsync { implementation
/third_party/rust/rust/compiler/rustc_hir/src/
Dintravisit.rs104 pub fn asyncness(self) -> IsAsync { in asyncness()
Dhir.rs2840 pub enum IsAsync { enum
2845 impl IsAsync { implementation
/third_party/rust/rust/src/librustdoc/clean/
Dtypes.rs628 asyncness: hir::IsAsync, in fn_header()