Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dpretty.rs59 pub(crate) fn print_generic_args( in print_generic_args() function
/third_party/rust/rust/compiler/rustc_hir_pretty/src/
Dlib.rs142 fn print_generic_args(&mut self, _: &ast::GenericArgs, _colons_before_params: bool) { in print_generic_args() method
1679 fn print_generic_args( in print_generic_args() method
/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/
Dstate.rs243 fn print_generic_args(&mut self, args: &ast::GenericArgs, colons_before_params: bool); in print_generic_args() method
929 fn print_generic_args(&mut self, args: &ast::GenericArgs, colons_before_params: bool) { in print_generic_args() method