Searched defs:ExprMatch (Results 1 – 10 of 10) sorted by relevance
66 fn check_and_insert_error(input: ExprMatch, out: &mut Expr) { in check_and_insert_error()
290 int ExprMatch (char *string,char *expr) in ExprMatch() function
2219 impl Parse for ExprMatch { implementation3159 impl ToTokens for ExprMatch { implementation
537 impl Eq for ExprMatch {} implementation540 impl PartialEq for ExprMatch { implementation
547 impl Clone for ExprMatch { implementation
773 impl Hash for ExprMatch { implementation
199 fn visit_expr_match_mut(&mut self, i: &mut ExprMatch) { in visit_expr_match_mut()
196 fn fold_expr_match(&mut self, i: ExprMatch) -> ExprMatch { in fold_expr_match()
861 impl Debug for ExprMatch { implementation
198 fn visit_expr_match(&mut self, i: &'ast ExprMatch) { in visit_expr_match()