Home
last modified time | relevance | path

Searched refs:noop_visit_expr (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/syn/tests/
H A Dtest_precedence.rs221 noop_visit_expr(&mut f.expr, vis); in librustc_parenthesize()
232 noop_visit_expr(&mut e, vis); in librustc_parenthesize()
236 noop_visit_expr(&mut e, vis); in librustc_parenthesize()
245 fn noop_visit_expr<T: MutVisitor>(e: &mut Expr, vis: &mut T) { in librustc_parenthesize() functions
246 use rustc_ast::mut_visit::{noop_visit_expr, visit_attrs}; in librustc_parenthesize()
266 _ => noop_visit_expr(e, vis), in librustc_parenthesize()
272 noop_visit_expr(e, self); in librustc_parenthesize()
297 noop_visit_expr(&mut anon_const.value, self); in librustc_parenthesize()

Completed in 1 milliseconds