Searched refs:prepend_underscore_to_self (Results 1 – 2 of 2) sorted by relevance
83 fn prepend_underscore_to_self(ident: &mut Ident) -> bool { in prepend_underscore_to_self() function110 *modified |= prepend_underscore_to_self(&mut ident); in visit_token_stream()129 prepend_underscore_to_self(i); in visit_ident_mut()
250 modified |= prepend_underscore_to_self(&mut ident); in visit_token_stream()339 prepend_underscore_to_self(&mut path.segments[0].ident); in visit_path_mut()377 pub(crate) fn prepend_underscore_to_self(ident: &mut Ident) -> bool { in prepend_underscore_to_self() function