Lines Matching refs:where_clause
1040 generics.where_clause = input.parse()?; in parse_rest_of_item()
1044 if generics.lt_token.is_none() && generics.where_clause.is_none() => in parse_rest_of_item()
1169 generics.where_clause = input.parse()?; in parse()
1178 if generics.where_clause.is_none() => in parse()
1180 generics.where_clause = input.parse()?; in parse()
1535 generics.where_clause = input.parse()?; in parse_signature()
1981 generics.where_clause = input.parse()?; in parse()
2048 generics.where_clause = input.parse()?; in parse()
2100 let (where_clause, fields, semi_token) = derive::parsing::data_struct(input)?; in parse()
2107 where_clause, in parse()
2124 let (where_clause, brace_token, variants) = derive::parsing::data_enum(input)?; in parse()
2131 where_clause, in parse()
2148 let (where_clause, fields) = derive::parsing::data_union(input)?; in parse()
2155 where_clause, in parse()
2244 generics.where_clause = input.parse()?; in parse_rest_of_trait()
2315 generics.where_clause = input.parse()?; in parse_rest_of_trait_alias()
2358 generics.where_clause = input.parse()?; in parse()
2360 if generics.lt_token.is_none() && generics.where_clause.is_none() { in parse()
2491 generics.where_clause = input.parse()?; in parse()
2633 generics.where_clause = input.parse()?; in parse_impl()
2704 generics.where_clause = input.parse()?; in parse()
2708 if generics.lt_token.is_none() && generics.where_clause.is_none() => in parse()
2846 generics.where_clause = input.parse()?; in parse()
3065 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3080 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3097 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3102 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3106 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3121 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3140 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3158 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3177 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3298 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3353 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3399 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3433 self.generics.where_clause.to_tokens(tokens); in to_tokens()