Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_mir_build/src/thir/
Dprint.rs67 fn print_param(&mut self, param: &Param<'tcx>, depth_lvl: usize) { in print_param() method
/third_party/rust/rust/compiler/rustc_hir_pretty/src/
Dlib.rs1923 pub fn print_param(&mut self, arg: &hir::Param<'_>) { in print_param() method
/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/
Dstate.rs1694 pub(crate) fn print_param(&mut self, input: &ast::Param, is_closure: bool) { in print_param() method