Home
last modified time | relevance | path

Searched refs:OtherAttrs (Results 1 - 16 of 16) sorted by relevance

/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dmod.rs33 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 Dparse.rs1 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 Dmod.rs33 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 Dparse.rs1 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 Dmod.rs33 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 Dparse.rs1 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 Dmod.rs33 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 Dparse.rs1 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 Dmod.rs33 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 Dparse.rs1 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 Dnested.rs54 use crate::syntax::attrs::OtherAttrs;
136 attrs: OtherAttrs::none(), in make_api()
/third_party/rust/crates/cxx/gen/src/
H A Dnested.rs54 use crate::syntax::attrs::OtherAttrs;
136 attrs: OtherAttrs::none(), in make_api()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dnested.rs54 use crate::syntax::attrs::OtherAttrs;
136 attrs: OtherAttrs::none(), in make_api()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dnested.rs54 use crate::syntax::attrs::OtherAttrs;
136 attrs: OtherAttrs::none(), in make_api()
/third_party/rust/crates/cxx/macro/src/
H A Dload.rs2 use crate::syntax::attrs::OtherAttrs;
213 attrs: OtherAttrs::none(), in traverse()
H A Dexpand.rs2 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()

Completed in 14 milliseconds