[][src]Module c2rust_transpile::c_ast::iterators

Structs

DFExpr
DFNodes

Depth-first traversal of all AST nodes. After visiting each node, iteration proceeds to nodes that are "contained in" that node. For example, after visiting a CExprKind::Binary, it will visit the LHS and RHS expression nodes, but it will not visit the LHS, RHS, and result type nodes that are also referenced from the Binary expression.

Enums

SomeId