Home
last modified time | relevance | path

Searched defs:TokenSet (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/
Dtoken_set.rs7 pub(crate) struct TokenSet(u128); struct
9 impl TokenSet { impl
12 pub(crate) const fn new(kinds: &[SyntaxKind]) -> TokenSet { in new()
22 pub(crate) const fn union(self, other: TokenSet) -> TokenSet { in union()
Dgrammar.rs311 fn name_r(p: &mut Parser<'_>, recovery: TokenSet) { in name_r()
366 first_set: TokenSet, in delimited()
Dparser.rs252 pub(crate) fn err_recover(&mut self, message: &str, recovery: TokenSet) { in err_recover()
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/
Dpatterns.rs38 pub(super) fn pattern_top_r(p: &mut Parser<'_>, recovery_set: TokenSet) { in pattern_top_r()
55 fn pattern_r(p: &mut Parser<'_>, recovery_set: TokenSet) { in pattern_r()
69 fn pattern_single_r(p: &mut Parser<'_>, recovery_set: TokenSet) { in pattern_single_r()
/third_party/rust/rust/compiler/rustc_expand/src/mbe/
Dmacro_rules.rs966 struct TokenSet<'tt> { struct
971 impl<'tt> TokenSet<'tt> { implementation
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
Dlunr.js1343 lunr.Pipeline.registerFunction(lunr.trimmer, 'trimmer')
1615 lunr.TokenSet.prototype.toArray = function () { class in lunr