Searched refs:qpath (Results 1 – 5 of 5) sorted by relevance
249 …$crate::__parse_ensure!(type (qpath (epath (atom $stack))) $bail ($($fuel)*) {($($buf)* $langle) $…427 …$crate::__parse_ensure!(type (qpath (tpath $stack)) $bail ($($fuel)*) {($($buf)* $langle) $($parse…492 …(qpath ($pop:ident $stack:tt) $bail:tt (~$($fuel:tt)*) {($($buf:tt)*) $($parse:tt)*} ($rangle:tt $…496 …(qpath $stack:tt $bail:tt (~$($fuel:tt)*) {($($buf:tt)*) $($parse:tt)*} ($as:tt $($dup:tt)*) as $(…497 …$crate::__parse_ensure!(type (qpath $stack) $bail ($($fuel)*) {($($buf)* $as) $($parse)*} ($($rest…627 …$crate::__parse_ensure!(type (qpath (epath (pat $stack))) $bail ($($fuel)*) {($($buf)* $langle) $(…
632 pub fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option<QSelf>, Path)> { in qpath() function
374 let (qself, path) = path::parsing::qpath(input, true)?; in pat_path_or_macro_or_struct_or_range()
841 let (qself, mut path) = path::parsing::qpath(input, expr_style)?; in parse()
2826 let (qself, path) = path::parsing::qpath(input, true)?; in parse()