Home
last modified time | relevance | path

Searched defs:ast (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs99 let ast: ItemImpl = syn::parse(item.clone()).unwrap(); in generate_dbus_exporter() localVariable
283 let ast: ItemImpl = syn::parse(item.clone()).unwrap(); in generate_dbus_interface_client() localVariable
513 let mut ast: ItemStruct = syn::parse(item.clone()).unwrap(); in copy_without_attributes() localVariable
568 let ast: ItemStruct = syn::parse(item.clone()).unwrap(); in dbus_propmap() localVariable
699 let ast: ItemImpl = syn::parse(item.clone()).unwrap(); in dbus_proxy_obj() localVariable
/packages/modules/Bluetooth/system/gd/rust/linux/stack/btif_macros/src/
Dlib.rs99 let ast: ItemTrait = syn::parse(item.clone()).unwrap(); in btif_callbacks_dispatcher() localVariable
/packages/modules/Bluetooth/tools/pdl/src/
Dmain.rs21 mod ast; module
Dparser.rs21 pub mod ast { module
Danalyzer.rs25 pub mod ast { module
/packages/modules/Bluetooth/tools/pdl/src/backends/rust_no_allocation/
Dtest.rs218 let ast = parse_inline(&mut ast::SourceDatabase::new(), "test.pdl".to_owned(), pdl.to_owned()) in generate_test_file() localVariable