Home
last modified time | relevance | path

Searched refs:parse_within (Results 1 – 5 of 5) sorted by relevance

/linux/rust/syn/
H A Dparse_quote.rs233 Block::parse_within(input) in parse()
H A Dstmt.rs153 pub fn parse_within(input: ParseStream) -> Result<Vec<Stmt>> { in parse_within() method
187 stmts: content.call(Block::parse_within)?, in parse()
H A Dexpr.rs2309 let stmts = content.call(Block::parse_within)?; in parse()
2334 let stmts = content.call(Block::parse_within)?; in parse()
2651 let stmts = content.call(Block::parse_within)?; in parse()
2672 let stmts = content.call(Block::parse_within)?; in parse()
2843 let stmts = content.call(Block::parse_within)?; in parse()
2863 let stmts = content.call(Block::parse_within)?; in parse()
H A Ditem.rs1575 let stmts = content.call(Block::parse_within)?; in parse_rest_of_fn()
1859 content.call(Block::parse_within)?; in parse()
2464 let stmts = content.call(Block::parse_within)?; in parse()
2823 stmts: content.call(Block::parse_within)?, in parse_impl_item_fn()
H A Dpat.rs803 content.call(Block::parse_within)?; in pat_const()