Lines Matching refs:Expr

418 impl Debug for crate::Expr {  implementation
423 crate::Expr::Array(v0) => v0.debug(formatter, "Array"), in fmt()
425 crate::Expr::Assign(v0) => v0.debug(formatter, "Assign"), in fmt()
427 crate::Expr::Async(v0) => v0.debug(formatter, "Async"), in fmt()
429 crate::Expr::Await(v0) => v0.debug(formatter, "Await"), in fmt()
430 crate::Expr::Binary(v0) => v0.debug(formatter, "Binary"), in fmt()
432 crate::Expr::Block(v0) => v0.debug(formatter, "Block"), in fmt()
434 crate::Expr::Break(v0) => v0.debug(formatter, "Break"), in fmt()
435 crate::Expr::Call(v0) => v0.debug(formatter, "Call"), in fmt()
436 crate::Expr::Cast(v0) => v0.debug(formatter, "Cast"), in fmt()
438 crate::Expr::Closure(v0) => v0.debug(formatter, "Closure"), in fmt()
440 crate::Expr::Const(v0) => v0.debug(formatter, "Const"), in fmt()
442 crate::Expr::Continue(v0) => v0.debug(formatter, "Continue"), in fmt()
443 crate::Expr::Field(v0) => v0.debug(formatter, "Field"), in fmt()
445 crate::Expr::ForLoop(v0) => v0.debug(formatter, "ForLoop"), in fmt()
446 crate::Expr::Group(v0) => v0.debug(formatter, "Group"), in fmt()
448 crate::Expr::If(v0) => v0.debug(formatter, "If"), in fmt()
449 crate::Expr::Index(v0) => v0.debug(formatter, "Index"), in fmt()
451 crate::Expr::Infer(v0) => v0.debug(formatter, "Infer"), in fmt()
453 crate::Expr::Let(v0) => v0.debug(formatter, "Let"), in fmt()
454 crate::Expr::Lit(v0) => v0.debug(formatter, "Lit"), in fmt()
456 crate::Expr::Loop(v0) => v0.debug(formatter, "Loop"), in fmt()
457 crate::Expr::Macro(v0) => v0.debug(formatter, "Macro"), in fmt()
459 crate::Expr::Match(v0) => v0.debug(formatter, "Match"), in fmt()
460 crate::Expr::MethodCall(v0) => v0.debug(formatter, "MethodCall"), in fmt()
461 crate::Expr::Paren(v0) => v0.debug(formatter, "Paren"), in fmt()
462 crate::Expr::Path(v0) => v0.debug(formatter, "Path"), in fmt()
464 crate::Expr::Range(v0) => v0.debug(formatter, "Range"), in fmt()
466 crate::Expr::RawAddr(v0) => v0.debug(formatter, "RawAddr"), in fmt()
467 crate::Expr::Reference(v0) => v0.debug(formatter, "Reference"), in fmt()
469 crate::Expr::Repeat(v0) => v0.debug(formatter, "Repeat"), in fmt()
471 crate::Expr::Return(v0) => v0.debug(formatter, "Return"), in fmt()
472 crate::Expr::Struct(v0) => v0.debug(formatter, "Struct"), in fmt()
474 crate::Expr::Try(v0) => v0.debug(formatter, "Try"), in fmt()
476 crate::Expr::TryBlock(v0) => v0.debug(formatter, "TryBlock"), in fmt()
477 crate::Expr::Tuple(v0) => v0.debug(formatter, "Tuple"), in fmt()
478 crate::Expr::Unary(v0) => v0.debug(formatter, "Unary"), in fmt()
480 crate::Expr::Unsafe(v0) => v0.debug(formatter, "Unsafe"), in fmt()
481 crate::Expr::Verbatim(v0) => { in fmt()
487 crate::Expr::While(v0) => v0.debug(formatter, "While"), in fmt()
489 crate::Expr::Yield(v0) => v0.debug(formatter, "Yield"), in fmt()
2592 crate::Stmt::Expr(v0, v1) => { in fmt()