Home
last modified time | relevance | path

Searched defs:WherePred (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dmove_bounds.rs79 fn build_predicate(param: ast::TypeParam) -> Option<ast::WherePred> { in build_predicate()
Dgenerate_function.rs625 ) -> (Vec<ast::GenericParam>, Vec<ast::WherePred>) { in params_and_where_preds_in_scope()
771 node: ast::WherePred, in compute_contained_params_in_where_pred()
Dextract_function.rs1615 pred: &ast::WherePred, in pred_is_required()
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dmake.rs758 ) -> ast::WherePred { in where_pred()
762 fn from_text(text: &str) -> ast::WherePred { in where_pred()
Dedit_in_place.rs274 pub fn add_predicate(&self, predicate: ast::WherePred) { in add_predicate()
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dnodes.rs554 pub fn predicates(&self) -> AstChildren<WherePred> { support::children(&self.syntax) } in predicates()
724 pub struct WherePred { struct
727 impl ast::HasTypeBounds for WherePred {} argument
728 impl WherePred { implementation
2365 impl AstNode for WherePred { implementation
4563 impl std::fmt::Display for WherePred { implementation