Home
last modified time | relevance | path

Searched refs:FnDecl (Results 251 – 275 of 584) sorted by relevance

1...<<11121314151617181920>>...24

/dports/www/websocat/websocat-1.9.0/cargo-crates/syn-0.15.44/src/
H A Dlib.rs351 ArgCaptured, ArgSelf, ArgSelfRef, FnArg, FnDecl, ForeignItem, ForeignItemFn, ForeignItemMacro,
/dports/sysutils/potnet/potnet-0.4.4/cargo-crates/syn-0.15.44/src/
H A Dlib.rs351 ArgCaptured, ArgSelf, ArgSelfRef, FnArg, FnDecl, ForeignItem, ForeignItemFn, ForeignItemMacro,
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/syn-0.15.44/src/
H A Dlib.rs351 ArgCaptured, ArgSelf, ArgSelfRef, FnArg, FnDecl, ForeignItem, ForeignItemFn, ForeignItemMacro,
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/stdweb-internal-macros-0.2.7/src/
H A Dmacro_async_test.rs32 fn check_decl( decl: &syn::FnDecl ) -> TestKind { in check_decl()
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/syn-0.15.42/src/
H A Dlib.rs351 ArgCaptured, ArgSelf, ArgSelfRef, FnArg, FnDecl, ForeignItem, ForeignItemFn, ForeignItemMacro,
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/syn-0.15.44/src/
H A Dlib.rs351 ArgCaptured, ArgSelf, ArgSelfRef, FnArg, FnDecl, ForeignItem, ForeignItemFn, ForeignItemMacro,
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/syn-0.15.44/src/
H A Dlib.rs351 ArgCaptured, ArgSelf, ArgSelfRef, FnArg, FnDecl, ForeignItem, ForeignItemFn, ForeignItemMacro,
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/syn-0.15.44/src/
H A Dlib.rs351 ArgCaptured, ArgSelf, ArgSelfRef, FnArg, FnDecl, ForeignItem, ForeignItemFn, ForeignItemMacro,
/dports/graphics/rx/rx-0.4.0/cargo-crates/syn-0.15.44/src/
H A Dlib.rs351 ArgCaptured, ArgSelf, ArgSelfRef, FnArg, FnDecl, ForeignItem, ForeignItemFn, ForeignItemMacro,
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/syn-0.15.44/src/
H A Dlib.rs351 ArgCaptured, ArgSelf, ArgSelfRef, FnArg, FnDecl, ForeignItem, ForeignItemFn, ForeignItemMacro,
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/clean/
H A Dmod.rs809 decl: &hir::FnDecl<'_>, in clean_fn_decl_with_args()
811 ) -> FnDecl { in clean_fn_decl_with_args() argument
812 FnDecl { inputs: args, output: decl.output.clean(cx), c_variadic: decl.c_variadic } in clean_fn_decl_with_args()
815 impl<'tcx> Clean<FnDecl> for (DefId, ty::PolyFnSig<'tcx>) {
816 fn clean(&self, cx: &mut DocContext<'_>) -> FnDecl { in clean() argument
820 FnDecl { in clean()
/dports/math/kalker/kalker-1.1.0/kalk/src/
H A Dinterpreter.rs77 Stmt::FnDecl(_, _, _) => eval_fn_decl_stmt(), in eval_stmt()
385 Some(Stmt::FnDecl(_, arguments, fn_body)) => { in eval_fn_call_expr()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dredundant_clone.rs9 use rustc_hir::{def_id, Body, FnDecl, HirId};
78 _: &'tcx FnDecl<'_>, in check_fn()
/dports/lang/v/v-0.1.29/vlib/v/gen/
H A Dcomptime.v13 if stmt is ast.FnDecl {
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/syn-0.14.9/src/
H A Dlib.rs370 ArgCaptured, ArgSelf, ArgSelfRef, FnArg, FnDecl, ForeignItem, ForeignItemFn, ForeignItemStatic,
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-718.0.0/src/
H A Dvisit.rs41 Closure(&'a FnDecl, &'a Expr),
59 pub fn decl(&self) -> &'a FnDecl { in decl() argument
623 pub fn walk_fn_decl<'a, V: Visitor<'a>>(visitor: &mut V, function_declaration: &'a FnDecl) { in walk_fn_decl() argument
H A Dast.rs1320 Closure(CaptureBy, Async, Movability, P<FnDecl>, P<Expr>, Span),
1693 pub decl: P<FnDecl>,
1844 pub decl: P<FnDecl>,
2152 pub struct FnDecl { struct
2157 impl FnDecl { argument
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-722.0.0/src/
H A Dvisit.rs41 Closure(&'a FnDecl, &'a Expr),
59 pub fn decl(&self) -> &'a FnDecl { in decl() argument
619 pub fn walk_fn_decl<'a, V: Visitor<'a>>(visitor: &mut V, function_declaration: &'a FnDecl) { in walk_fn_decl() argument
H A Dast.rs1320 Closure(CaptureBy, Async, Movability, P<FnDecl>, P<Expr>, Span),
1693 pub decl: P<FnDecl>,
1844 pub decl: P<FnDecl>,
2156 pub struct FnDecl { struct
2161 impl FnDecl { argument
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast/src/
H A Dvisit.rs41 Closure(&'a FnDecl, &'a Expr),
59 pub fn decl(&self) -> &'a FnDecl { in decl() argument
631 pub fn walk_fn_decl<'a, V: Visitor<'a>>(visitor: &mut V, function_declaration: &'a FnDecl) { in walk_fn_decl() argument
H A Dast.rs1378 Closure(CaptureBy, Async, Movability, P<FnDecl>, P<Expr>, Span),
1751 pub decl: P<FnDecl>,
1902 pub decl: P<FnDecl>,
2213 pub struct FnDecl { struct
2218 impl FnDecl { argument
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_ast/src/
H A Dvisit.rs41 Closure(&'a FnDecl, &'a Expr),
59 pub fn decl(&self) -> &'a FnDecl { in decl() argument
619 pub fn walk_fn_decl<'a, V: Visitor<'a>>(visitor: &mut V, function_declaration: &'a FnDecl) { in walk_fn_decl() argument
H A Dast.rs1320 Closure(CaptureBy, Async, Movability, P<FnDecl>, P<Expr>, Span),
1693 pub decl: P<FnDecl>,
1844 pub decl: P<FnDecl>,
2156 pub struct FnDecl { struct
2161 impl FnDecl { argument
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/wasm-bindgen-macro-support-0.2.45/src/
H A Dparser.rs616 decl: Box<syn::FnDecl>, in function_from_decl() argument
634 let syn::FnDecl { inputs, output, .. } = { *decl }; in function_from_decl()
1237 fn assert_no_lifetimes(decl: &syn::FnDecl) -> Result<(), Diagnostic> { in assert_no_lifetimes()
/dports/math/kalker/kalker-1.1.0/cargo-crates/syn-1.0.54/tests/common/
H A Deq.rs9 Defaultness, EnumDef, Expr, ExprKind, Extern, Field, FieldPat, FloatTy, FnDecl, FnHeader,
290 spanless_eq_struct!(FnDecl; inputs output);

1...<<11121314151617181920>>...24