| /linux/rust/syn/ |
| H A D | path.rs | 44 /// - 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 D | group.rs | 111 /// use syn::{parenthesized, token, Ident, Result, Token, Type}; 132 /// paren_token: parenthesized!(content in input), 148 macro_rules! parenthesized { macro
|
| H A D | ty.rs | 48 /// 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 D | meta.rs | 252 /// 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 D | classify.rs | 111 PathArguments::Parenthesized(arg) => match &arg.output { in trailing_unparameterized_path() 284 PathArguments::Parenthesized(arg) => match &arg.output { in expr_trailing_brace()
|
| H A D | pat.rs | 44 /// 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 D | attr.rs | 286 /// 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 D | parse.rs | 656 /// 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 D | restriction.rs | 102 let paren_token = parenthesized!(content in ahead); in parse_pub()
|
| H A D | generics.rs | 784 (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 D | token.rs | 37 //! method. Delimiter tokens are parsed using the [`parenthesized!`], 41 //! [`parenthesized!`]: crate::parenthesized!
|
| H A D | expr.rs | 197 /// 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 D | data.rs | 317 paren_token: parenthesized!(content in input), in parse()
|
| H A D | lib.rs | 631 /// let parenthesized = ParenthesizeEveryExpr.fold_expr(expr); 632 /// println!("{}", quote!(#parenthesized));
|
| H A D | fixup.rs | 84 // `m! {}` will need to be parenthesized in the statement case but not the
|
| H A D | item.rs | 1275 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 D | iqs626a.yaml | 281 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 D | iqs269a.yaml | 387 Specifies the channel's sensing frequency as follows (parenthesized
|
| /linux/drivers/tty/vt/ |
| H A D | ucs_width_table.h_shipped | 406 …{ 0x31EF, 0x321E }, /* IDEOGRAPHIC DESCRIPTION CHARACTER SUBTRACTION - PARENTHESIZED KOREAN CHARAC… 407 { 0x3220, 0x3247 }, /* PARENTHESIZED IDEOGRAPH ONE - CIRCLED IDEOGRAPH KOTO */
|
| /linux/Documentation/process/ |
| H A D | coding-style.rst | 255 Do not add spaces around (inside) parenthesized expressions. This example is
|
| /linux/rust/syn/gen/ |
| H A D | clone.rs | 1663 crate::PathArguments::Parenthesized(v0) => { in clone() 1664 crate::PathArguments::Parenthesized(v0.clone()) in clone()
|
| H A D | eq.rs | 1644 crate::PathArguments::Parenthesized(self0), in eq() 1645 crate::PathArguments::Parenthesized(other0), in eq()
|
| H A D | debug.rs | 2414 crate::PathArguments::Parenthesized(v0) => { in fmt() 2415 v0.debug(formatter, "Parenthesized") in fmt()
|
| H A D | fold.rs | 3127 crate::PathArguments::Parenthesized(_binding_0) => { in fold_path_arguments() 3128 crate::PathArguments::Parenthesized( in fold_path_arguments()
|
| H A D | hash.rs | 2109 crate::PathArguments::Parenthesized(v0) => { in hash()
|