Lines Matching refs:stmts
2309 let stmts = content.call(Block::parse_within)?; in parse() localVariable
2318 body: Block { brace_token, stmts }, in parse()
2334 let stmts = content.call(Block::parse_within)?; in parse() localVariable
2340 body: Block { brace_token, stmts }, in parse()
2651 let stmts = content.call(Block::parse_within)?; in parse() localVariable
2658 body: Block { brace_token, stmts }, in parse()
2672 let stmts = content.call(Block::parse_within)?; in parse() localVariable
2677 block: Block { brace_token, stmts }, in parse()
2843 let stmts = content.call(Block::parse_within)?; in parse() localVariable
2848 block: Block { brace_token, stmts }, in parse()
2863 let stmts = content.call(Block::parse_within)?; in parse() localVariable
2868 block: Block { brace_token, stmts }, in parse()
3441 tokens.append_all(&self.block.stmts); in to_tokens()
3580 tokens.append_all(&self.block.stmts); in to_tokens()
3627 tokens.append_all(&self.body.stmts); in to_tokens()
3753 tokens.append_all(&self.body.stmts); in to_tokens()
4057 tokens.append_all(&self.block.stmts); in to_tokens()
4072 tokens.append_all(&self.body.stmts); in to_tokens()