Searched refs:DecDepth (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/syn/ |
| H A D | scan_expr.rs | 30 DecDepth, enumerator 138 static IF_ELSE: [(Input, Action); 2] = [(Keyword("if"), SetState(&INIT)), (ConsumeBrace, DecDepth)]; 140 [(Keyword("else"), SetState(&IF_ELSE)), (Otherwise, DecDepth)]; 259 Action::DecDepth => (depth -= 1, &POSTFIX).1, in scan_expr()
|