Lines Matching refs:stmts
700 pub stmts: Vec<Stmt>,
1820 let stmts = content.call(Block::parse_within)?; in parse() localVariable
1831 stmts: stmts, in parse()
1846 let stmts = content.call(Block::parse_within)?; in parse() localVariable
1854 stmts: stmts, in parse()
2065 let stmts = content.call(Block::parse_within)?; in parse() localVariable
2074 stmts: stmts, in parse()
2239 let stmts = content.call(Block::parse_within)?; in expr_unsafe() localVariable
2246 stmts: stmts, in expr_unsafe()
2258 let stmts = content.call(Block::parse_within)?; in expr_block() localVariable
2265 stmts: stmts, in expr_block()
2331 stmts: content.call(Block::parse_within)?, in parse()
2391 let mut stmts = Vec::new(); in parse_within() localVariable
2405 stmts.push(s); in parse_within()
2412 Ok(stmts) in parse_within()
3258 tokens.append_all(&self.body.stmts); in to_tokens()
3274 tokens.append_all(&self.body.stmts); in to_tokens()
3287 tokens.append_all(&self.body.stmts); in to_tokens()
3375 tokens.append_all(&self.block.stmts); in to_tokens()
3387 tokens.append_all(&self.block.stmts); in to_tokens()
3784 tokens.append_all(&self.stmts); in to_tokens()