Searched refs:new_raw_unchecked (Results 1 – 2 of 2) sorted by relevance
800 Ident::new_raw_unchecked(string, span) in new_raw_checked()803 pub(crate) fn new_raw_unchecked(string: &str, span: Span) -> Self { in new_raw_unchecked() method
316 crate::Ident::_new_fallback(Ident::new_raw_unchecked(sym, fallback::Span::call_site())); in ident_any()