Home
last modified time | relevance | path

Searched refs:parse_mod_style (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/syn/src/
Dmac.rs182 path: input.call(Path::parse_mod_style)?, in parse()
Dattr.rs515 path: content.call(Path::parse_mod_style)?, in single_parse_inner()
526 path: content.call(Path::parse_mod_style)?, in single_parse_outer()
Dstmt.rs160 if let Ok(path) = ahead.call(Path::parse_mod_style) { in parse_stmt()
Ddata.rs378 let path = content.call(Path::parse_mod_style)?; in parse_pub()
Dpath.rs464 pub fn parse_mod_style(input: ParseStream) -> Result<Self> { in parse_mod_style() method
Ditem.rs1230 let path = input.call(Path::parse_mod_style)?; in parse()
/external/rust/cxx/syntax/
Dattrs.rs157 let paths = input.parse_terminated::<Path, Token![,]>(Path::parse_mod_style)?; in parse_derive_attribute()