Searched refs:stmt_local (Results 1 – 1 of 1) sorted by relevance
173 stmt_local(input, attrs, begin) in parse_stmt()230 fn stmt_local(input: ParseStream, attrs: Vec<Attribute>, begin: ParseBuffer) -> Result<Stmt> { in stmt_local() function