• Home
  • Raw
  • Download

Lines Matching refs:where_clause

1001             generics.where_clause = input.parse()?;  in parse_rest_of_item()
1005 if generics.lt_token.is_none() && generics.where_clause.is_none() => in parse_rest_of_item()
1130 generics.where_clause = input.parse()?; in parse()
1139 if generics.where_clause.is_none() => in parse()
1141 generics.where_clause = input.parse()?; in parse()
1475 generics.where_clause = input.parse()?; in parse()
1898 generics.where_clause = input.parse()?; in parse()
1965 generics.where_clause = input.parse()?; in parse()
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()
2224 generics.where_clause = input.parse()?; in parse_rest_of_trait_alias()
2266 generics.where_clause = input.parse()?; in parse()
2268 if generics.lt_token.is_none() && generics.where_clause.is_none() { in parse()
2399 generics.where_clause = input.parse()?; in parse()
2549 generics.where_clause = input.parse()?; in parse_impl()
2619 generics.where_clause = input.parse()?; in parse()
2623 if generics.lt_token.is_none() && generics.where_clause.is_none() => in parse()
2761 generics.where_clause = input.parse()?; in parse()
2977 self.generics.where_clause.to_tokens(tokens); in to_tokens()
2992 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3009 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3014 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3018 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3033 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3052 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3070 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3089 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3210 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3265 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3311 self.generics.where_clause.to_tokens(tokens); in to_tokens()
3345 self.generics.where_clause.to_tokens(tokens); in to_tokens()