Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dscan_expr.rs28 SetState(&'static [(Input, Action)]), enumerator
35 (ConsumeDelimiter, SetState(&POSTFIX)),
36 (Keyword("async"), SetState(&ASYNC)),
37 (Keyword("break"), SetState(&BREAK_LABEL)),
38 (Keyword("const"), SetState(&CONST)),
39 (Keyword("continue"), SetState(&CONTINUE)),
40 (Keyword("for"), SetState(&FOR)),
42 (Keyword("let"), SetState(&PATTERN)),
43 (Keyword("loop"), SetState(&BLOCK)),
45 (Keyword("move"), SetState(&CLOSURE)),
[all …]