Searched refs:prepend_underscore_to_self (Results 1 – 3 of 3) sorted by relevance
92 fn prepend_underscore_to_self(&self, ident: &mut Ident) -> bool { in prepend_underscore_to_self() method120 *modified |= visitor.prepend_underscore_to_self(&mut ident); in visit_token_stream()139 self.prepend_underscore_to_self(i); in visit_ident_mut()
9 use crate::utils::{parse_as_empty, prepend_underscore_to_self, ReplaceReceiver, SliceExt};209 prepend_underscore_to_self(&mut self_pat.ident); in expand_impl()
250 modified |= prepend_underscore_to_self(&mut ident); in visit_token_stream()316 prepend_underscore_to_self(&mut expr.path.segments[0].ident); in visit_expr_path_mut()375 pub(crate) fn prepend_underscore_to_self(ident: &mut Ident) -> bool { in prepend_underscore_to_self() function