Lines Matching refs:stmts
9 pub stmts: Vec<Stmt>,
106 /// stmts: Vec<Stmt>,
118 /// let stmts = content.call(Block::parse_within)?;
129 /// stmts,
136 let mut stmts = Vec::new();
139 stmts.push(Stmt::Expr(Expr::Verbatim(TokenStream::new()), semi));
152 stmts.push(stmt);
159 Ok(stmts)
169 stmts: content.call(Block::parse_within)?,
406 tokens.append_all(&self.stmts);