Searched refs:print_path (Results 1 – 5 of 5) sorted by relevance
| /linux/rust/syn/ |
| H A D | attr.rs | 815 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 D | restriction.rs | 176 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
|
| H A D | mac.rs | 222 path::printing::print_path(tokens, &self.path, PathStyle::Mod); in to_tokens()
|
| H A D | path.rs | 734 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 D | item.rs | 3189 path::printing::print_path(tokens, &self.mac.path, PathStyle::Mod); in to_tokens()
|