Home | History | Annotate | Download | only in parser

Lines Matching refs:kShape

1181       case TokKind::kShape:
2322 if (lexer_.GetKind() != TokKind::kShape) {
2331 // A non-tuple shape starts with a kShape token; a tuple shape starts with
2333 return lexer_.GetKind() == TokKind::kShape ||