Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
Dpath.rs821 pub(crate) fn print_path(tokens: &mut TokenStream, qself: &Option<QSelf>, path: &Path) { in print_path() function
Dpat.rs830 path::printing::print_path(tokens, &self.qself, &self.path); in to_tokens()
Dty.rs1212 path::printing::print_path(tokens, &self.qself, &self.path); in to_tokens()
Dexpr.rs3404 path::printing::print_path(tokens, &self.qself, &self.path); in to_tokens()