Searched defs:print_block_with_attrs (Results 1 – 2 of 2) sorted by relevance
949 pub fn print_block_with_attrs(&mut self, blk: &hir::Block<'_>, attrs: &[ast::Attribute]) { in print_block_with_attrs() method
1191 pub(crate) fn print_block_with_attrs(&mut self, blk: &ast::Block, attrs: &[ast::Attribute]) { in print_block_with_attrs() method