/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | mod.rs | 33 use self::attrs::OtherAttrs; 85 pub attrs: OtherAttrs, 100 pub attrs: OtherAttrs, 113 pub attrs: OtherAttrs, 141 pub attrs: OtherAttrs, 153 pub attrs: OtherAttrs, 197 pub attrs: OtherAttrs, 220 pub attrs: OtherAttrs,
|
H A D | parse.rs | 1 use crate::syntax::attrs::OtherAttrs; 466 attrs: &OtherAttrs, in parse_extern_type() 524 attrs: &OtherAttrs, in parse_extern_fn() 643 let attrs = OtherAttrs::none(); in parse_extern_fn() 710 attrs: &OtherAttrs, in parse_extern_verbatim() 749 attrs: &OtherAttrs, in parse_extern_verbatim_type() 849 attrs: &OtherAttrs, in parse_type_alias() 912 attrs: &OtherAttrs, in parse_extern_type_bounded() 1396 let attrs = OtherAttrs::none(); in parse_type_fn()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | mod.rs | 33 use self::attrs::OtherAttrs; 85 pub attrs: OtherAttrs, 100 pub attrs: OtherAttrs, 113 pub attrs: OtherAttrs, 141 pub attrs: OtherAttrs, 153 pub attrs: OtherAttrs, 197 pub attrs: OtherAttrs, 220 pub attrs: OtherAttrs,
|
H A D | parse.rs | 1 use crate::syntax::attrs::OtherAttrs; 466 attrs: &OtherAttrs, in parse_extern_type() 524 attrs: &OtherAttrs, in parse_extern_fn() 643 let attrs = OtherAttrs::none(); in parse_extern_fn() 710 attrs: &OtherAttrs, in parse_extern_verbatim() 749 attrs: &OtherAttrs, in parse_extern_verbatim_type() 849 attrs: &OtherAttrs, in parse_type_alias() 912 attrs: &OtherAttrs, in parse_extern_type_bounded() 1396 let attrs = OtherAttrs::none(); in parse_type_fn()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | mod.rs | 33 use self::attrs::OtherAttrs; 85 pub attrs: OtherAttrs, 100 pub attrs: OtherAttrs, 113 pub attrs: OtherAttrs, 141 pub attrs: OtherAttrs, 153 pub attrs: OtherAttrs, 197 pub attrs: OtherAttrs, 220 pub attrs: OtherAttrs,
|
H A D | parse.rs | 1 use crate::syntax::attrs::OtherAttrs; 466 attrs: &OtherAttrs, in parse_extern_type() 524 attrs: &OtherAttrs, in parse_extern_fn() 643 let attrs = OtherAttrs::none(); in parse_extern_fn() 710 attrs: &OtherAttrs, in parse_extern_verbatim() 749 attrs: &OtherAttrs, in parse_extern_verbatim_type() 849 attrs: &OtherAttrs, in parse_type_alias() 912 attrs: &OtherAttrs, in parse_extern_type_bounded() 1396 let attrs = OtherAttrs::none(); in parse_type_fn()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | mod.rs | 33 use self::attrs::OtherAttrs; 85 pub attrs: OtherAttrs, 100 pub attrs: OtherAttrs, 113 pub attrs: OtherAttrs, 141 pub attrs: OtherAttrs, 153 pub attrs: OtherAttrs, 197 pub attrs: OtherAttrs, 220 pub attrs: OtherAttrs,
|
H A D | parse.rs | 1 use crate::syntax::attrs::OtherAttrs; 466 attrs: &OtherAttrs, in parse_extern_type() 524 attrs: &OtherAttrs, in parse_extern_fn() 643 let attrs = OtherAttrs::none(); in parse_extern_fn() 710 attrs: &OtherAttrs, in parse_extern_verbatim() 749 attrs: &OtherAttrs, in parse_extern_verbatim_type() 849 attrs: &OtherAttrs, in parse_type_alias() 912 attrs: &OtherAttrs, in parse_extern_type_bounded() 1396 let attrs = OtherAttrs::none(); in parse_type_fn()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | mod.rs | 33 use self::attrs::OtherAttrs; 85 pub attrs: OtherAttrs, 100 pub attrs: OtherAttrs, 113 pub attrs: OtherAttrs, 141 pub attrs: OtherAttrs, 153 pub attrs: OtherAttrs, 197 pub attrs: OtherAttrs, 220 pub attrs: OtherAttrs,
|
H A D | parse.rs | 1 use crate::syntax::attrs::OtherAttrs; 466 attrs: &OtherAttrs, in parse_extern_type() 524 attrs: &OtherAttrs, in parse_extern_fn() 643 let attrs = OtherAttrs::none(); in parse_extern_fn() 710 attrs: &OtherAttrs, in parse_extern_verbatim() 749 attrs: &OtherAttrs, in parse_extern_verbatim_type() 849 attrs: &OtherAttrs, in parse_type_alias() 912 attrs: &OtherAttrs, in parse_extern_type_bounded() 1396 let attrs = OtherAttrs::none(); in parse_type_fn()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | nested.rs | 54 use crate::syntax::attrs::OtherAttrs; 136 attrs: OtherAttrs::none(), in make_api()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | nested.rs | 54 use crate::syntax::attrs::OtherAttrs; 136 attrs: OtherAttrs::none(), in make_api()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | nested.rs | 54 use crate::syntax::attrs::OtherAttrs; 136 attrs: OtherAttrs::none(), in make_api()
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | nested.rs | 54 use crate::syntax::attrs::OtherAttrs; 136 attrs: OtherAttrs::none(), in make_api()
|
/third_party/rust/crates/cxx/macro/src/ |
H A D | load.rs | 2 use crate::syntax::attrs::OtherAttrs; 213 attrs: OtherAttrs::none(), in traverse()
|
H A D | expand.rs | 2 use crate::syntax::attrs::{self, OtherAttrs}; 51 fn expand(ffi: Module, doc: Doc, attrs: OtherAttrs, apis: &[Api], types: &Types) -> TokenStream { in expand() 962 attrs: &OtherAttrs, in expand_rust_function_shim_impl()
|