Home
last modified time | relevance | path

Searched refs:is_kw_followed_by_ident (Results 1 – 12 of 12) sorted by relevance

/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_parse-718.0.0/src/parser/
H A Dstmt.rs61 } else if self.is_kw_followed_by_ident(kw::Mut) { in parse_stmt_without_recovery()
63 } else if self.is_kw_followed_by_ident(kw::Auto) { in parse_stmt_without_recovery()
67 } else if self.is_kw_followed_by_ident(sym::var) { in parse_stmt_without_recovery()
H A Ditem.rs276 } else if self.is_kw_followed_by_ident(kw::Union) { in parse_item_kind()
301 || self.is_kw_followed_by_ident(kw::Union) // no: `union::b`, yes: `union U { .. }` in is_path_start_item()
H A Dmod.rs605 fn is_kw_followed_by_ident(&self, kw: Symbol) -> bool { in is_kw_followed_by_ident() method
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_parse-722.0.0/src/parser/
H A Dstmt.rs61 } else if self.is_kw_followed_by_ident(kw::Mut) { in parse_stmt_without_recovery()
63 } else if self.is_kw_followed_by_ident(kw::Auto) { in parse_stmt_without_recovery()
67 } else if self.is_kw_followed_by_ident(sym::var) { in parse_stmt_without_recovery()
H A Ditem.rs276 } else if self.is_kw_followed_by_ident(kw::Union) { in parse_item_kind()
301 || self.is_kw_followed_by_ident(kw::Union) // no: `union::b`, yes: `union U { .. }` in is_path_start_item()
H A Dmod.rs605 fn is_kw_followed_by_ident(&self, kw: Symbol) -> bool { in is_kw_followed_by_ident() method
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_parse/src/parser/
H A Dstmt.rs61 } else if self.is_kw_followed_by_ident(kw::Mut) { in parse_stmt_without_recovery()
63 } else if self.is_kw_followed_by_ident(kw::Auto) { in parse_stmt_without_recovery()
67 } else if self.is_kw_followed_by_ident(sym::var) { in parse_stmt_without_recovery()
H A Ditem.rs276 } else if self.is_kw_followed_by_ident(kw::Union) { in parse_item_kind()
301 || self.is_kw_followed_by_ident(kw::Union) // no: `union::b`, yes: `union U { .. }` in is_path_start_item()
H A Dmod.rs605 fn is_kw_followed_by_ident(&self, kw: Symbol) -> bool { in is_kw_followed_by_ident() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_parse/src/parser/
H A Dstmt.rs62 } else if self.is_kw_followed_by_ident(kw::Mut) { in parse_stmt_without_recovery()
64 } else if self.is_kw_followed_by_ident(kw::Auto) { in parse_stmt_without_recovery()
68 } else if self.is_kw_followed_by_ident(sym::var) { in parse_stmt_without_recovery()
H A Ditem.rs275 } else if self.is_kw_followed_by_ident(kw::Union) { in parse_item_kind()
300 || self.is_kw_followed_by_ident(kw::Union) // no: `union::b`, yes: `union U { .. }` in is_path_start_item()
H A Dmod.rs618 fn is_kw_followed_by_ident(&self, kw: Symbol) -> bool { in is_kw_followed_by_ident() method