Home
last modified time | relevance | path

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

/external/rust/cxx/syntax/
Dattrs.rs43 pub fn parse(cx: &mut Errors, attrs: Vec<Attribute>, mut parser: Parser) -> OtherAttrs { in parse()
216 pub struct OtherAttrs(Vec<Attribute>); struct
218 impl OtherAttrs { implementation
224 impl ToTokens for OtherAttrs { implementation
/external/rust/cxx/macro/src/
Dexpand.rs44 fn expand(ffi: Module, doc: Doc, attrs: OtherAttrs, apis: &[Api], types: &Types) -> TokenStream { in expand()