Home
last modified time | relevance | path

Searched defs:OtherAttrs (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/cxx/syntax/
Dattrs.rs47 pub fn parse(cx: &mut Errors, attrs: Vec<Attribute>, mut parser: Parser) -> OtherAttrs { in parse()
272 pub struct OtherAttrs(Vec<Attribute>); struct
274 impl OtherAttrs { impl
284 impl ToTokens for OtherAttrs { implementation
Dparse.rs466 attrs: &OtherAttrs, in parse_extern_type()
528 attrs: &OtherAttrs, in parse_extern_fn()
715 attrs: &OtherAttrs, in parse_extern_verbatim()
754 attrs: &OtherAttrs, in parse_extern_verbatim_type()
850 attrs: &OtherAttrs, in parse_type_alias()
913 attrs: &OtherAttrs, in parse_extern_type_bounded()
/third_party/rust/crates/cxx/macro/src/
Dexpand.rs51 fn expand(ffi: Module, doc: Doc, attrs: OtherAttrs, apis: &[Api], types: &Types) -> TokenStream { in expand()
962 attrs: &OtherAttrs, in expand_rust_function_shim_impl()