Home
last modified time | relevance | path

Searched refs:is_mod_style (Results 1 – 4 of 4) sorted by relevance

/linux/rust/syn/
H A Dpath.rs641 pub(crate) fn is_mod_style(&self) -> bool { in is_mod_style() method
H A Dpat.rs428 && path.is_mod_style() in pat_path_or_macro_or_struct_or_range()
H A Dty.rs522 if input.peek(Token![!]) && !input.peek(Token![!=]) && ty.path.is_mod_style() { in ambig_ty()
H A Dexpr.rs1967 && path.is_mod_style() in rest_of_path_or_macro_or_struct()