Searched defs:walk_expr (Results 1 – 7 of 7) sorted by relevance
| /third_party/rust/rust/compiler/rustc_middle/src/thir/ |
| D | visit.rs | 39 pub fn walk_expr<'a, 'tcx: 'a, V: Visitor<'a, 'tcx>>(visitor: &mut V, expr: &Expr<'tcx>) { in walk_expr() function
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/ |
| D | node_ext.rs | 30 pub fn walk_expr(expr: &ast::Expr, cb: &mut dyn FnMut(ast::Expr)) { in walk_expr() function
|
| /third_party/rust/rust/compiler/rustc_hir_typeck/src/ |
| D | expr_use_visitor.rs | 194 pub fn walk_expr(&mut self, expr: &hir::Expr<'_>) { in walk_expr() method
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/infer/ |
| D | closure.rs | 441 fn walk_expr(&mut self, tgt_expr: ExprId) { in walk_expr() method
|
| /third_party/rust/rust/compiler/rustc_ast/src/ |
| D | visit.rs | 775 pub fn walk_expr<'a, V: Visitor<'a>>(visitor: &mut V, expression: &'a Expr) { in walk_expr() function
|
| /third_party/rust/rust/compiler/rustc_hir/src/ |
| D | intravisit.rs | 690 pub fn walk_expr<'v, V: Visitor<'v>>(visitor: &mut V, expression: &'v Expr<'v>) { in walk_expr() function
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | extract_function.rs | 605 fn walk_expr(&self, cb: &mut dyn FnMut(ast::Expr)) { in walk_expr() method
|