Searched defs:ForeignName (Results 1 – 4 of 4) sorted by relevance
10 pub struct ForeignName { struct11 text: String,12 span: Span,52 impl ForeignName { impl66 impl Display for ForeignName { implementation
195 fn parse_cxx_name_attribute(input: ParseStream) -> Result<ForeignName> { in parse_cxx_name_attribute()
92 impl Segment for ForeignName { implementation
1361 cxx: Option<ForeignName>, in pair()