Home
last modified time | relevance | path

Searched defs:ExprRange (Results 1 – 8 of 8) sorted by relevance

/linux/rust/syn/
H A Dexpr.rs2874 fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprRange> { in expr_range()
3841 impl ToTokens for ExprRange { implementation
3848 fn print_expr_range(e: &ExprRange, tokens: &mut TokenStream, mut fixup: FixupContext) { in print_expr_range()
/linux/rust/syn/gen/
H A Deq.rs629 impl Eq for crate::ExprRange {} implementation
632 impl PartialEq for crate::ExprRange { implementation
H A Dclone.rs630 impl Clone for crate::ExprRange { implementation
H A Ddebug.rs968 impl Debug for crate::ExprRange { implementation
974 impl crate::ExprRange { implementation
H A Dhash.rs861 impl Hash for crate::ExprRange { implementation
H A Dvisit_mut.rs279 fn visit_expr_range_mut(&mut self, i: &mut crate::ExprRange) { in visit_expr_range_mut()
H A Dfold.rs281 fn fold_expr_range(&mut self, i: crate::ExprRange) -> crate::ExprRange { in fold_expr_range()
H A Dvisit.rs271 fn visit_expr_range(&mut self, i: &'ast crate::ExprRange) { in visit_expr_range()