Home
last modified time | relevance | path

Searched full:parenthesized (Results 1 – 25 of 28) sorted by relevance

12

/linux/rust/syn/
H A Dpath.rs44 /// - the first path segment has no angle bracketed or parenthesized
82 /// - the first path segment has no angle bracketed or parenthesized
131 /// Angle bracketed or parenthesized arguments of a path segment.
137 /// ## Parenthesized
146 Parenthesized(ParenthesizedGenericArguments),
161 PathArguments::Parenthesized(_) => false, in is_empty()
168 PathArguments::AngleBracketed(_) | PathArguments::Parenthesized(_) => false, in is_none()
337 PathArguments::Parenthesized(_) => false, in parse()
346 PathArguments::Parenthesized(_) => unreachable!(), in parse()
373 PathArguments::Parenthesized(_) => unreachable!(), in parse()
[all …]
H A Dgroup.rs111 /// use syn::{parenthesized, token, Ident, Result, Token, Type};
132 /// paren_token: parenthesized!(content in input),
148 macro_rules! parenthesized { macro
H A Dty.rs48 /// A parenthesized type equivalent to the inner type.
164 /// A parenthesized type equivalent to the inner type.
383 let paren_token = parenthesized!(content in input); in ambig_ty()
686 paren_token: parenthesized!(args in input), in parse()
744 let paren_token = parenthesized!(content in input); in parse()
971 paren_token: parenthesized!(content in input), in parse()
H A Dmeta.rs252 /// use syn::{parenthesized, parse_quote, Attribute, LitInt};
263 /// parenthesized!(content in meta.input);
278 parenthesized!(content in self.input); in parse_nested_meta()
H A Dclassify.rs111 PathArguments::Parenthesized(arg) => match &arg.output { in trailing_unparameterized_path()
284 PathArguments::Parenthesized(arg) => match &arg.output { in expr_trailing_brace()
H A Dpat.rs44 /// A parenthesized pattern: `(A | B)`.
132 /// A parenthesized pattern: `(A | B)`.
501 let paren_token = parenthesized!(content in input); in pat_tuple_struct()
647 let paren_token = parenthesized!(content in input); in pat_paren_or_tuple()
H A Dattr.rs286 /// use syn::{parenthesized, parse_quote, token, ItemStruct, LitInt};
315 /// parenthesized!(content in meta.input);
326 /// parenthesized!(content in meta.input);
357 /// use syn::{parenthesized, token, Error, LitInt, Meta, Token};
H A Dparse.rs656 /// use syn::{parenthesized, token, Ident, Result, Token, Type};
677 /// paren_token: parenthesized!(content in input),
913 /// use syn::{parenthesized, token, Ident, Path, Result, Token};
935 /// parenthesized!(content in ahead);
944 /// paren_token: parenthesized!(content in input),
953 /// paren_token: parenthesized!(content in input),
H A Drestriction.rs102 let paren_token = parenthesized!(content in ahead); in parse_pub()
H A Dgenerics.rs784 (Some(parenthesized!(content in input)), &content) in parse_single()
866 let parenthesized = PathArguments::Parenthesized(args); in do_parse() localVariable
867 path.segments.last_mut().unwrap().arguments = parenthesized; in do_parse()
H A Dtoken.rs37 //! method. Delimiter tokens are parsed using the [`parenthesized!`],
41 //! [`parenthesized!`]: crate::parenthesized!
H A Dexpr.rs197 /// A parenthesized expression: `(a + b)`.
551 /// A parenthesized expression: `(a + b)`.
1632 paren_token: parenthesized!(content in input), in trailer_helper()
1678 paren_token: parenthesized!(content in input), in trailer_helper()
1727 paren_token: parenthesized!(content in input), in trailer_expr()
1762 paren_token: parenthesized!(content in input), in trailer_expr()
1937 parenthesized!(args in input); in expr_builtin()
2007 let paren_token = parenthesized!(content in input); in paren_or_tuple()
2199 paren_token: parenthesized!(content in input), in parse()
3178 // parenthesized, then print_expr must parenthesize exterior struct in print_subexpression()
H A Ddata.rs317 paren_token: parenthesized!(content in input), in parse()
H A Dlib.rs631 /// let parenthesized = ParenthesizeEveryExpr.fold_expr(expr);
632 /// println!("{}", quote!(#parenthesized));
H A Dfixup.rs84 // `m! {}` will need to be parenthesized in the statement case but not the
H A Ditem.rs1275 parenthesized!(paren_content in input); in parse_macro2()
1531 let paren_token = parenthesized!(content in input); in parse_signature()
/linux/Documentation/devicetree/bindings/input/
H A Diqs626a.yaml281 Specifies the channel's sensing frequency as follows (parenthesized
395 (parenthesized numbers represent the frequency if 'azoteq,clk-div'
601 Specifies the trackpad's sensing frequency as follows (parenthesized
H A Diqs269a.yaml387 Specifies the channel's sensing frequency as follows (parenthesized
/linux/drivers/tty/vt/
H A Ducs_width_table.h_shipped406 …{ 0x31EF, 0x321E }, /* IDEOGRAPHIC DESCRIPTION CHARACTER SUBTRACTION - PARENTHESIZED KOREAN CHARAC…
407 { 0x3220, 0x3247 }, /* PARENTHESIZED IDEOGRAPH ONE - CIRCLED IDEOGRAPH KOTO */
/linux/Documentation/process/
H A Dcoding-style.rst255 Do not add spaces around (inside) parenthesized expressions. This example is
/linux/rust/syn/gen/
H A Dclone.rs1663 crate::PathArguments::Parenthesized(v0) => { in clone()
1664 crate::PathArguments::Parenthesized(v0.clone()) in clone()
H A Deq.rs1644 crate::PathArguments::Parenthesized(self0), in eq()
1645 crate::PathArguments::Parenthesized(other0), in eq()
H A Ddebug.rs2414 crate::PathArguments::Parenthesized(v0) => { in fmt()
2415 v0.debug(formatter, "Parenthesized") in fmt()
H A Dfold.rs3127 crate::PathArguments::Parenthesized(_binding_0) => { in fold_path_arguments()
3128 crate::PathArguments::Parenthesized( in fold_path_arguments()
H A Dhash.rs2109 crate::PathArguments::Parenthesized(v0) => { in hash()

12