Searched refs:parse_mod_style (Results 1 – 6 of 6) sorted by relevance
124 let path = content.call(Path::parse_mod_style)?; in parse_pub()
186 path: input.call(Path::parse_mod_style)?, in parse()
208 if let Ok(path) = ahead.call(Path::parse_mod_style) { in parse_stmt()
719 Path::parse_mod_style(input) in parse_outermost_meta_path()
581 pub fn parse_mod_style(input: ParseStream) -> Result<Self> { in parse_mod_style() method
1241 let path = input.call(Path::parse_mod_style)?; in parse()