Lines Matching refs:where_clause
1204 generics.where_clause = input.parse()?; in parse()
1506 generics.where_clause = input.parse()?; in parse()
1878 || generics.where_clause.is_some() in parse_foreign_item_type()
1922 generics.where_clause = input.parse()?; in parse()
1979 generics.where_clause = input.parse()?; in item_existential()
2000 generics.where_clause.to_tokens(&mut tokens); in item_existential()
2017 let (where_clause, fields, semi_token) = derive::parsing::data_struct(input)?; in parse()
2024 where_clause, in parse()
2041 let (where_clause, brace_token, variants) = derive::parsing::data_enum(input)?; in parse()
2048 where_clause, in parse()
2065 let (where_clause, fields) = derive::parsing::data_union(input)?; in parse()
2072 where_clause, in parse()
2157 generics.where_clause = input.parse()?; in parse_rest_of_trait()
2223 generics.where_clause = input.parse()?; in parse_rest_of_trait_alias()
2379 generics.where_clause = input.parse()?; in parse()
2524 generics.where_clause = input.parse()?; in parse_impl()
2713 generics.where_clause = input.parse()?; in parse()
2910 self.generics.where_clause.to_tokens(tokens); in to_tokens()
2925 self.generics.where_clause.to_tokens(tokens); in to_tokens()
2942 self.generics.where_clause.to_tokens(tokens); in to_tokens()
2947 self.generics.where_clause.to_tokens(tokens); in to_tokens()
2951 self.generics.where_clause.to_tokens(tokens); in to_tokens()
2966 self.generics.where_clause.to_tokens(tokens); in to_tokens()
2985 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3003 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3022 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3150 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3215 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3333 self.generics.where_clause.to_tokens(tokens); in to_tokens()