Home
last modified time | relevance | path

Searched defs:print_generic_params (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/item_tree/
Dpretty.rs480 fn print_generic_params(&mut self, params: &GenericParams) { in print_generic_params() method
/third_party/rust/rust/compiler/rustc_hir_pretty/src/
Dlib.rs2141 pub fn print_generic_params(&mut self, generic_params: &[GenericParam<'_>]) { in print_generic_params() method
/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/
Dstate.rs1625 pub(crate) fn print_generic_params(&mut self, generic_params: &[ast::GenericParam]) { in print_generic_params() method