Home
last modified time | relevance | path

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

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