Searched defs:ast (Results 1 – 6 of 6) sorted by relevance
99 let ast: ItemImpl = syn::parse(item.clone()).unwrap(); in generate_dbus_exporter() localVariable283 let ast: ItemImpl = syn::parse(item.clone()).unwrap(); in generate_dbus_interface_client() localVariable513 let mut ast: ItemStruct = syn::parse(item.clone()).unwrap(); in copy_without_attributes() localVariable568 let ast: ItemStruct = syn::parse(item.clone()).unwrap(); in dbus_propmap() localVariable699 let ast: ItemImpl = syn::parse(item.clone()).unwrap(); in dbus_proxy_obj() localVariable
99 let ast: ItemTrait = syn::parse(item.clone()).unwrap(); in btif_callbacks_dispatcher() localVariable
21 mod ast; module
21 pub mod ast { module
25 pub mod ast { module
218 let ast = parse_inline(&mut ast::SourceDatabase::new(), "test.pdl".to_owned(), pdl.to_owned()) in generate_test_file() localVariable