Home
last modified time | relevance | path

Searched refs:ExprUnary (Results 1 – 10 of 10) sorted by relevance

/linux/rust/syn/
H A Dfixup.rs7 ExprBreak, ExprRange, ExprRawAddr, ExprReference, ExprReturn, ExprUnary, ExprYield,
583 | Expr::Unary(ExprUnary { expr, .. }) => { in scan_right()
H A Dexpr.rs237 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 Dlib.rs378 ExprParen, ExprPath, ExprReference, ExprStruct, ExprUnary, FieldValue, Index, Member,
/linux/rust/syn/gen/
H A Dfold.rs326 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 Dclone.rs739 impl Clone for crate::ExprUnary { implementation
741 crate::ExprUnary { in clone()
H A Deq.rs724 impl Eq for crate::ExprUnary {} implementation
727 impl PartialEq for crate::ExprUnary { implementation
H A Ddebug.rs1131 impl Debug for crate::ExprUnary { implementation
1137 impl crate::ExprUnary { implementation
H A Dvisit_mut.rs324 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 Dvisit.rs316 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 Dhash.rs969 impl Hash for crate::ExprUnary { implementation