Searched refs:single_expr (Results 1 – 1 of 1) sorted by relevance
213 let mut single_expr: Option<write::Expression> = None; in clone_die_attributes() localVariable216 if let Some(ref prev_expr) = single_expr { in clone_die_attributes()220 single_expr = None; in clone_die_attributes()223 single_expr = Some(expr.clone()) in clone_die_attributes()226 if let Some(expr) = single_expr { in clone_die_attributes()