Home
last modified time | relevance | path

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

/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_parse-722.0.0/src/parser/
H A Dmod.rs734 fn expect_any_with_type(&mut self, kets: &[&TokenKind], expect: TokenExpectType) -> bool { in expect_any_with_type() method
754 while !self.expect_any_with_type(kets, expect) { in parse_seq_to_before_tokens()
829 if sep.trailing_sep_allowed && self.expect_any_with_type(kets, expect) { in parse_seq_to_before_tokens()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_parse-718.0.0/src/parser/
H A Dmod.rs734 fn expect_any_with_type(&mut self, kets: &[&TokenKind], expect: TokenExpectType) -> bool { in expect_any_with_type() method
754 while !self.expect_any_with_type(kets, expect) { in parse_seq_to_before_tokens()
829 if sep.trailing_sep_allowed && self.expect_any_with_type(kets, expect) { in parse_seq_to_before_tokens()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_parse/src/parser/
H A Dmod.rs734 fn expect_any_with_type(&mut self, kets: &[&TokenKind], expect: TokenExpectType) -> bool { in expect_any_with_type() method
754 while !self.expect_any_with_type(kets, expect) { in parse_seq_to_before_tokens()
829 if sep.trailing_sep_allowed && self.expect_any_with_type(kets, expect) { in parse_seq_to_before_tokens()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_parse/src/parser/
H A Dmod.rs747 fn expect_any_with_type(&mut self, kets: &[&TokenKind], expect: TokenExpectType) -> bool { in expect_any_with_type() method
767 while !self.expect_any_with_type(kets, expect) { in parse_seq_to_before_tokens()
864 if sep.trailing_sep_allowed && self.expect_any_with_type(kets, expect) { in parse_seq_to_before_tokens()