Home
last modified time | relevance | path

Searched refs:print_path (Results 1 – 5 of 5) sorted by relevance

/linux/rust/syn/
H A Dattr.rs815 Meta::Path(path) => path::printing::print_path(tokens, path, PathStyle::Mod), in to_tokens()
825 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
833 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
H A Drestriction.rs176 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
H A Dmac.rs222 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
H A Dpath.rs734 print_path(tokens, self, PathStyle::AsWritten); in to_tokens()
738 pub(crate) fn print_path(tokens: &mut TokenStream, path: &Path, style: PathStyle) { in print_path() function
911 print_path(tokens, path, style); in print_qpath()
H A Ditem.rs3189 path::printing::print_path(tokens, &self.mac.path, PathStyle::Mod); in to_tokens()