Home
last modified time | relevance | path

Searched refs:predicates (Results 1 – 9 of 9) sorted by relevance

/linux/rust/syn/
H A Dgenerics.rs154 predicates: Punctuated::new(), in make_where_clause()
469 pub predicates: Punctuated<WherePredicate, Token![,]>,
940 predicates: { in parse()
941 let mut predicates = Punctuated::new(); in parse() localVariable
953 predicates.push_value(value); in parse()
958 predicates.push_punct(punct); in parse()
960 predicates in parse()
1383 if !self.predicates.is_empty() { in to_tokens()
1385 self.predicates.to_tokens(tokens); in to_tokens()
/linux/Documentation/rust/
H A Dgeneral-information.rst155 For other predicates that Rust's ``cfg`` does not support, e.g. expressions with
/linux/rust/syn/gen/
H A Dclone.rs2254 predicates: self.predicates.clone(), in clone()
H A Deq.rs2287 self.predicates == other.predicates in eq()
H A Dfold.rs3876 predicates: crate::punctuated::fold(node.predicates, f, F::fold_where_predicate), in fold_where_clause()
H A Dhash.rs2857 self.predicates.hash(state); in hash()
H A Ddebug.rs3218 formatter.field("predicates", &self.predicates); in fmt()
H A Dvisit_mut.rs3742 for mut el in Punctuated::pairs_mut(&mut node.predicates) { in visit_where_clause_mut()
H A Dvisit.rs3924 for el in Punctuated::pairs(&node.predicates) { in visit_where_clause()