Searched refs:ExprUnary (Results 1 – 10 of 10) sorted by relevance
| /linux/rust/syn/ |
| H A D | fixup.rs | 7 ExprBreak, ExprRange, ExprRawAddr, ExprReference, ExprReturn, ExprUnary, ExprYield, 583 | Expr::Unary(ExprUnary { expr, .. }) => { in scan_right()
|
| H A D | expr.rs | 237 Unary(ExprUnary), 679 pub struct ExprUnary { 964 | Expr::Unary(ExprUnary { attrs, .. }) in replace_attrs() 1190 ExprMethodCall, ExprParen, ExprPath, ExprReference, ExprStruct, ExprTuple, ExprUnary, 1576 Ok(Expr::Unary(ExprUnary { in unary_expr() 2410 impl Parse for ExprUnary { implementation 2423 ) -> Result<ExprUnary> { in expr_unary() argument 2424 Ok(ExprUnary { in expr_unary() 3138 ExprMethodCall, ExprParen, ExprPath, ExprReference, ExprStruct, ExprTuple, ExprUnary, 4027 impl ToTokens for ExprUnary { implementation [all …]
|
| H A D | lib.rs | 378 ExprParen, ExprPath, ExprReference, ExprStruct, ExprUnary, FieldValue, Index, Member,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 326 fn fold_expr_unary(&mut self, i: crate::ExprUnary) -> crate::ExprUnary { in fold_expr_unary() argument 1912 pub fn fold_expr_unary<F>(f: &mut F, node: crate::ExprUnary) -> crate::ExprUnary in fold_expr_unary() 1916 crate::ExprUnary { in fold_expr_unary()
|
| H A D | clone.rs | 739 impl Clone for crate::ExprUnary { implementation 741 crate::ExprUnary { in clone()
|
| H A D | eq.rs | 724 impl Eq for crate::ExprUnary {} implementation 727 impl PartialEq for crate::ExprUnary { implementation
|
| H A D | debug.rs | 1131 impl Debug for crate::ExprUnary { implementation 1137 impl crate::ExprUnary { implementation
|
| H A D | visit_mut.rs | 324 fn visit_expr_unary_mut(&mut self, i: &mut crate::ExprUnary) { in visit_expr_unary_mut() argument 1875 pub fn visit_expr_unary_mut<V>(v: &mut V, node: &mut crate::ExprUnary) in visit_expr_unary_mut()
|
| H A D | visit.rs | 316 fn visit_expr_unary(&mut self, i: &'ast crate::ExprUnary) { in visit_expr_unary() argument 1947 pub fn visit_expr_unary<'ast, V>(v: &mut V, node: &'ast crate::ExprUnary) in visit_expr_unary()
|
| H A D | hash.rs | 969 impl Hash for crate::ExprUnary { implementation
|