Home
last modified time | relevance | path

Searched defs:syntax_tree (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/syn/tests/macros/
Dmod.rs51 let syntax_tree: $t = syn::parse_quote!(#tokens); localVariable
62 let syntax_tree = $($expr)*; localVariable
/third_party/rust/crates/syn/codegen/src/
Dfile.rs17 let syntax_tree: syn::File = syn::parse2(content).unwrap(); in write() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dsyntax_tree.rs20 pub(crate) fn syntax_tree( in syntax_tree() function
Dlib.rs54 mod syntax_tree; module
311 pub fn syntax_tree( in syntax_tree() method