Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dlib.rs351 ExprGroup, ExprIf, ExprIndex, ExprLet, ExprLit, ExprLoop, ExprMacro, ExprMatch, ExprMethodCall,
Dexpr.rs150 If(ExprIf),
484 pub struct ExprIf #full {
801 | Expr::If(ExprIf { attrs, .. }) in replace_attrs()
2094 impl Parse for ExprIf { implementation
2097 Ok(ExprIf { in parse()
3073 impl ToTokens for ExprIf { implementation
/external/rust/crates/syn/src/gen/
Dfold.rs172 fn fold_expr_if(&mut self, i: ExprIf) -> ExprIf { in fold_expr_if() argument
1273 pub fn fold_expr_if<F>(f: &mut F, node: ExprIf) -> ExprIf in fold_expr_if()
1277 ExprIf { in fold_expr_if()
Dclone.rs477 impl Clone for ExprIf { implementation
479 ExprIf { in clone()
Deq.rs492 impl Eq for ExprIf {} implementation
495 impl PartialEq for ExprIf { implementation
Dvisit_mut.rs175 fn visit_expr_if_mut(&mut self, i: &mut ExprIf) { in visit_expr_if_mut() argument
1448 pub fn visit_expr_if_mut<V>(v: &mut V, node: &mut ExprIf) in visit_expr_if_mut()
Dvisit.rs171 fn visit_expr_if(&mut self, i: &'ast ExprIf) { in visit_expr_if() argument
1444 pub fn visit_expr_if<'ast, V>(v: &mut V, node: &'ast ExprIf) in visit_expr_if()
Dhash.rs702 impl Hash for ExprIf { implementation
Ddebug.rs791 impl Debug for ExprIf { implementation
/external/rust/crates/syn/tests/debug/
Dgen.rs1419 impl Debug for Lite<syn::ExprIf> {